We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7290399 commit 164224fCopy full SHA for 164224f
.github/workflows/build-linux-musl.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Set up QEMU
37
uses: docker/setup-qemu-action@v3
38
+ with:
39
+ image: tonistiigi/binfmt:master
40
41
- name: Compile Protobuf
42
run: |
.github/workflows/build-linux.yml
0 commit comments