Skip to content

Commit 55ccb02

Browse files
committed
chore(ci): specify specific platform
1 parent ed822ac commit 55ccb02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,12 @@ jobs:
459459
uses: actions/checkout@v4
460460
- name: Set up QEMU
461461
uses: docker/setup-qemu-action@v3
462+
with:
463+
platforms: ${{ matrix.platform.arch }}
462464
- name: Set up Docker Buildx
463465
uses: docker/setup-buildx-action@v3
466+
with:
467+
platforms: ${{ matrix.platform.arch }}
464468
- name: Build
465469
uses: docker/build-push-action@v6
466470
with:

0 commit comments

Comments
 (0)