Skip to content

Commit

Permalink
ci: update to buildx 0.16.2 (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Aug 31, 2024
1 parent 12314b7 commit ff0c4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travisci-install-buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi

# update buildx
mkdir -vp ~/.docker/cli-plugins/
curl -sSL "https:/docker/buildx/releases/download/v0.10.3/buildx-v0.10.3.linux-${BUILDX_MACHINE}" > ~/.docker/cli-plugins/docker-buildx
curl -sSL "https:/docker/buildx/releases/download/v0.16.2/buildx-v0.16.2.linux-${BUILDX_MACHINE}" > ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx
docker buildx version
docker buildx create --name builder-manylinux --driver docker-container --use
Expand Down

0 comments on commit ff0c4c6

Please sign in to comment.