Skip to content

Commit c4f7989

Browse files
committed
fix: improve qemu install action
1 parent 256eb00 commit c4f7989

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-multiarch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ jobs:
231231
232232
- name: Set up QEMU
233233
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
234+
timeout-minutes: 5
235+
with:
236+
platforms: arm
234237

235238
- name: Set up Docker Buildx
236239
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

0 commit comments

Comments
 (0)