We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146b574 commit 0744ff9Copy full SHA for 0744ff9
ci/dockerfiles/deployment/Dockerfile
@@ -57,7 +57,7 @@ RUN curl -L "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-$(curl -s http
57
58
# Install bbl
59
RUN curl -s https://api.github.com/repos/cloudfoundry/bosh-bootloader/releases/latest | \
60
- jq -r '.assets[] | .browser_download_url | select(contains("linux"))' | \
+ jq -r '.assets[] | .browser_download_url | select(contains("linux_amd64"))' | \
61
xargs wget && \
62
mv bbl-* /usr/local/bin/bbl && \
63
chmod +x /usr/local/bin/bbl
0 commit comments