Skip to content

Github suddenly got segfaulty? #2256

Answered by joerick
dvarrazzo asked this question in Q&A
Discussion options

You must be logged in to vote

I believe you're hitting a bug around setup-qemu-action. I didn't see it myself but @mayeut just pushed this fix to our repo-

4538497

The referenced issues are docker/setup-qemu-action#188 and tonistiigi/binfmt#215. @mayeut's workaround is the following in a github workflow-

    - name: Set up QEMU
      if: runner.os == 'Linux'
      uses: docker/setup-qemu-action@v3
      with:
        # This should be temporary
        # xref https://github.com/docker/setup-qemu-action/issues/188
        # xref https://github.com/tonistiigi/binfmt/issues/215
        image: tonistiigi/binfmt:qemu-v8.1.5

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dvarrazzo
Comment options

Answer selected by dvarrazzo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants