Skip to content

Commit

Permalink
[CI] get correct binary related to #585
Browse files Browse the repository at this point in the history
as there is now a amd64 and an arm64 we cannot relate on a generic wildcard anymore
  • Loading branch information
ramonskie committed Jun 14, 2023
1 parent 0f5ada8 commit 6cf7be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/prepare-docker-workspace/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ run:
- |
cp -R ./bosh-bootloader docker-workspace/
cp "./dockerfiles/${DOCKERFILE}" docker-workspace/
cp ./bbl-cli-dev/bin/bbl-*linux* docker-workspace/bbl
cp ./bbl-cli-dev/bin/bbl-*linux_amd64 docker-workspace/bbl

0 comments on commit 6cf7be7

Please sign in to comment.