Skip to content

Commit eaaa2bd

Browse files
reset dev builder
1 parent c0b127e commit eaaa2bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dev-build.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
id: dockerhub
4545

4646
# Uncomment this + add linux/arm64 to platforms if you want to build for arm64 as well
47-
- name: Set up QEMU
48-
uses: docker/setup-qemu-action@v3
47+
# - name: Set up QEMU
48+
# uses: docker/setup-qemu-action@v3
4949

5050
- name: Set up Docker Buildx
5151
uses: docker/setup-buildx-action@v3
@@ -77,7 +77,8 @@ jobs:
7777
push: true
7878
sbom: true
7979
provenance: mode=max
80-
platforms: linux/amd64,linux/arm64
80+
platforms: linux/amd64
81+
# platforms: linux/amd64,linux/arm64
8182
tags: ${{ steps.meta.outputs.tags }}
8283
labels: ${{ steps.meta.outputs.labels }}
8384
cache-from: type=gha

0 commit comments

Comments
 (0)