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.
2 parents 58dd4a7 + e31441f commit 51df142Copy full SHA for 51df142
1 file changed
.github/workflows/test-docker.yml
@@ -35,10 +35,6 @@ jobs:
35
matrix:
36
os: ["ubuntu-latest"]
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
42
alpine,
43
amazon-2-amd64,
44
amazon-2023-amd64,
@@ -56,9 +52,13 @@ jobs:
56
52
dockerTag: [main]
57
53
include:
58
54
- docker: "ubuntu-24.04-noble-ppc64le"
55
+ os: "ubuntu-22.04"
59
qemu-arch: "ppc64le"
+ dockerTag: main
60
- docker: "ubuntu-24.04-noble-s390x"
61
qemu-arch: "s390x"
62
- docker: "ubuntu-24.04-noble-arm64v8"
63
os: "ubuntu-24.04-arm"
64
dockerTag: main
0 commit comments