Skip to content

Commit 8f01de2

Browse files
Troubleshooting arm64 builds
1 parent ed25059 commit 8f01de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v3
30+
2831
- name: Set up Docker Buildx
2932
uses: docker/setup-buildx-action@v3
30-
with:
31-
platforms: linux/amd64,linux/arm64
3233

3334
- name: Login to DockerHub
3435
uses: docker/login-action@v3
@@ -37,7 +38,6 @@ jobs:
3738
password: ${{ secrets.DOCKERHUB_TOKEN }}
3839

3940
- name: Build and Push
40-
id: build
4141
uses: docker/build-push-action@v6
4242
with:
4343
context: .

0 commit comments

Comments
 (0)