Skip to content

Commit 3b3287c

Browse files
authored
fix(docker-build): remove set up qemu action (#56)
with ubuntu-24.04-arm there's no need for qemu
1 parent acc0e51 commit 3b3287c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/docker-build-push-multi-platform.yml

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ jobs:
8080
images: |
8181
${{ inputs.registry-image }}
8282
83-
- name: Set up QEMU
84-
uses: docker/setup-qemu-action@v3
85-
8683
- name: Set up Docker Buildx
8784
uses: docker/setup-buildx-action@v3
8885

0 commit comments

Comments
 (0)