Skip to content

Commit 164224f

Browse files
authored
Update QEMU (#2382)
1 parent 7290399 commit 164224f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-linux-musl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Set up QEMU
3737
uses: docker/setup-qemu-action@v3
38+
with:
39+
image: tonistiigi/binfmt:master
3840

3941
- name: Compile Protobuf
4042
run: |

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Set up QEMU
3737
uses: docker/setup-qemu-action@v3
38+
with:
39+
image: tonistiigi/binfmt:master
3840

3941
- name: Compile Protobuf
4042
run: |

0 commit comments

Comments
 (0)