Skip to content

Commit

Permalink
ci: fix install buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent 53650f9 commit f314f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
- name: 📦 Install buildx
run: |
echo "+ install buildx"
set -x
mkdir -p ~/.docker/cli-plugins
wget -O ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.linux-amd64
chmod a+x ~/.docker/cli-plugins/docker-buildx
docker buildx create --name multiarch --use
Expand Down

0 comments on commit f314f99

Please sign in to comment.