Skip to content

Commit 0744ff9

Browse files
committed
get the correct bbl binary for docker build
1 parent 146b574 commit 0744ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dockerfiles/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN curl -L "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-$(curl -s http
5757

5858
# Install bbl
5959
RUN curl -s https://api.github.com/repos/cloudfoundry/bosh-bootloader/releases/latest | \
60-
jq -r '.assets[] | .browser_download_url | select(contains("linux"))' | \
60+
jq -r '.assets[] | .browser_download_url | select(contains("linux_amd64"))' | \
6161
xargs wget && \
6262
mv bbl-* /usr/local/bin/bbl && \
6363
chmod +x /usr/local/bin/bbl

0 commit comments

Comments
 (0)