Skip to content

Commit f314f99

Browse files
committed
ci: fix install buildx
1 parent 53650f9 commit f314f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/__shared-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
- name: 📦 Install buildx
137137
run: |
138138
echo "+ install buildx"
139+
set -x
140+
mkdir -p ~/.docker/cli-plugins
139141
wget -O ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.linux-amd64
140142
chmod a+x ~/.docker/cli-plugins/docker-buildx
141143
docker buildx create --name multiarch --use

0 commit comments

Comments
 (0)