Skip to content

Commit

Permalink
Update QEMU (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Oct 12, 2024
1 parent 7290399 commit 164224f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master

- name: Compile Protobuf
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master

- name: Compile Protobuf
run: |
Expand Down

0 comments on commit 164224f

Please sign in to comment.