Skip to content

Commit d0785be

Browse files
committed
Do not use qemu
1 parent 1b57b13 commit d0785be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
run: |
4141
echo "GitHub Ref: ${{ github.ref }}"
4242
43-
- name: Set up QEMU
44-
id: qemu
45-
uses: docker/setup-qemu-action@v1
46-
with:
47-
image: tonistiigi/binfmt:latest
48-
platforms: all
43+
# - name: Set up QEMU
44+
# id: qemu
45+
# uses: docker/setup-qemu-action@v1
46+
# with:
47+
# image: tonistiigi/binfmt:latest
48+
# platforms: all
4949

5050
- name: Set up Docker Buildx
5151
id: buildx

0 commit comments

Comments
 (0)