Skip to content

Commit 741da2b

Browse files
committed
add qemu and arm64 to build process
1 parent 7e1714b commit 741da2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
npm install
3333
npm run build
3434
35+
- name: Set up QEMU
36+
uses: docker/setup-qemu-action@v3
37+
3538
- name: Set up Docker Buildx
3639
uses: docker/setup-buildx-action@v3
3740

@@ -67,6 +70,7 @@ jobs:
6770
uses: docker/build-push-action@v5
6871
with:
6972
context: .
73+
platforms: linux/amd64,linux/arm64
7074
push: true
7175
tags: ${{ steps.meta.outputs.tags }}
7276
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)