File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ concurrency:
12
12
jobs :
13
13
opencv :
14
14
name : opencv
15
- # GCC on qemu segfaults on s390x and arm64v8 when using 24.04
16
- # See also https://github.com/actions/runner-images/issues/11471
17
- runs-on : ubuntu-22.04
15
+ runs-on : ubuntu-latest
18
16
permissions :
19
17
packages : write
20
18
contents : read
53
51
run : df . -h
54
52
- name : Set up QEMU
55
53
uses : docker/setup-qemu-action@v3
54
+ with :
55
+ image : tonistiigi/binfmt:qemu-v8.1.5
56
56
- name : Set up Docker Buildx
57
57
uses : docker/setup-buildx-action@v3
58
58
- name : Check out the repo
96
96
97
97
opencv-static :
98
98
name : opencv-static
99
- # GCC on qemu segfaults on s390x and arm64v8 when using 24.04
100
- # See also https://github.com/actions/runner-images/issues/11471
101
- runs-on : ubuntu-22.04
99
+ runs-on : ubuntu-latest
102
100
permissions :
103
101
packages : write
104
102
contents : read
@@ -137,6 +135,8 @@ jobs:
137
135
run : df . -h
138
136
- name : Set up QEMU
139
137
uses : docker/setup-qemu-action@v3
138
+ with :
139
+ image : tonistiigi/binfmt:qemu-v8.1.5
140
140
- name : Set up Docker Buildx
141
141
uses : docker/setup-buildx-action@v3
142
142
- name : Check out the repo
You can’t perform that action at this time.
0 commit comments