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 b89f86c commit 843be82Copy full SHA for 843be82
.github/workflows/docker.build.yaml
@@ -10,7 +10,8 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ # Downgrade due to segfault issus with qemu
14
+ runs-on: ubuntu-22.04
15
steps:
16
- uses: actions/checkout@v4
17
with:
@@ -53,12 +54,6 @@ jobs:
53
54
- name: Set up QEMU
55
id: qemu
56
uses: docker/setup-qemu-action@v3
- with:
57
- # setup-qemu-action by default uses tonistiigi/binfmt:latest,
58
- # which was out of date, see https://github.com/tonistiigi/binfmt/issues/165.
59
- # This causes seg faults during build.
60
- # Now it has been updated, but still causes segfaults.
61
- image: tonistiigi/binfmt:qemu-v8.1.5
62
63
- name: Set up Docker Buildx
64
id: buildx
0 commit comments