Skip to content

Commit af2b786

Browse files
authored
feat(ci): add docker/setup-qemu-action to build step + update build-push-action (#3731)
1 parent 2fb0a36 commit af2b786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,12 @@ jobs:
413413
steps:
414414
- name: Checkout code
415415
uses: actions/checkout@v4
416+
- name: Set up QEMU
417+
uses: docker/setup-qemu-action@v3
416418
- name: Set up Docker Buildx
417419
uses: docker/setup-buildx-action@v3
418420
- name: Build
419-
uses: docker/build-push-action@v5
421+
uses: docker/build-push-action@v6
420422
with:
421423
push: false
422424
platforms: ${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)