Skip to content

Commit 6cf7be7

Browse files
committed
[CI] get correct binary related to #585
as there is now a amd64 and an arm64 we cannot relate on a generic wildcard anymore
1 parent 0f5ada8 commit 6cf7be7

File tree

1 file changed

+1
-1
lines changed
  • ci/tasks/prepare-docker-workspace

1 file changed

+1
-1
lines changed

ci/tasks/prepare-docker-workspace/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ run:
2525
- |
2626
cp -R ./bosh-bootloader docker-workspace/
2727
cp "./dockerfiles/${DOCKERFILE}" docker-workspace/
28-
cp ./bbl-cli-dev/bin/bbl-*linux* docker-workspace/bbl
28+
cp ./bbl-cli-dev/bin/bbl-*linux_amd64 docker-workspace/bbl

0 commit comments

Comments
 (0)