Skip to content

Commit 2f5a01a

Browse files
committed
add QEmu to build process
This hopefully triggers the build of the non x86 images
1 parent 7e1714b commit 2f5a01a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 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

0 commit comments

Comments
 (0)