Skip to content

Commit 5553e22

Browse files
committed
added buildx
1 parent ad61aff commit 5553e22

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,14 @@ jobs:
5757
# uses: docker/setup-qemu-action@v3
5858
# with:
5959
# image: tonistiigi/binfmt:qemu-v7.0.0-28
60-
61-
#- name: Set up Docker Buildx
62-
# uses: docker/setup-buildx-action@v3
63-
60+
6461
- name: Set up QEMU
6562
if: matrix.config.platforms != 'linux/arm64'
6663
uses: docker/setup-qemu-action@v3
6764
with:
6865
image: tonistiigi/binfmt:qemu-v7.0.0-28
6966

7067
- name: Set up Docker Buildx
71-
if: matrix.config.platforms != 'linux/arm64'
7268
uses: docker/setup-buildx-action@v3
7369

7470

0 commit comments

Comments
 (0)