File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 35
35
matrix :
36
36
os : ["ubuntu-latest"]
37
37
docker : [
38
+ # Run slower jobs first to give them a headstart and reduce waiting time
39
+ ubuntu-24.04-noble-ppc64le,
40
+ ubuntu-24.04-noble-s390x,
41
+ # Then run the remainder
38
42
alpine,
39
43
amazon-2-amd64,
40
44
amazon-2023-amd64,
52
56
dockerTag : [main]
53
57
include :
54
58
- docker : " ubuntu-24.04-noble-ppc64le"
55
- os : " ubuntu-22.04"
56
59
qemu-arch : " ppc64le"
57
- dockerTag : main
58
60
- docker : " ubuntu-24.04-noble-s390x"
59
- os : " ubuntu-22.04"
60
61
qemu-arch : " s390x"
61
- dockerTag : main
62
62
- docker : " ubuntu-24.04-noble-arm64v8"
63
63
os : " ubuntu-24.04-arm"
64
64
dockerTag : main
75
75
76
76
- name : Set up QEMU
77
77
if : " matrix.qemu-arch"
78
- run : |
79
- docker run --rm --privileged aptman/qus -s -- -p ${{ matrix.qemu-arch }}
78
+ uses : docker/setup-qemu-action@v3
79
+ with :
80
+ platforms : ${{ matrix.qemu-arch }}
80
81
81
82
- name : Docker pull
82
83
run : |
You can’t perform that action at this time.
0 commit comments