Skip to content

Commit

Permalink
Merge pull request #26 from NVIDIA/inc-buildx
Browse files Browse the repository at this point in the history
bump buildx to the latest stable release
  • Loading branch information
tariq1890 authored Jul 5, 2024
2 parents 6414e30 + ce7951d commit 99a8ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
# Make buildx available as a docker CLI plugin
.buildx-setup:
before_script:
- export BUILDX_VERSION=v0.6.3
- export BUILDX_VERSION=v0.15.1
- apk add --no-cache curl
- mkdir -p ~/.docker/cli-plugins
- curl -sSLo ~/.docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64"
Expand Down

0 comments on commit 99a8ff2

Please sign in to comment.