Skip to content

Commit

Permalink
All images
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 28, 2024
1 parent fbb803d commit 85ee4b1
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@ jobs:
matrix:
docker: [
# Run slower jobs first to give them a headstart and reduce waiting time
# ubuntu-22.04-jammy-arm64v8,
# ubuntu-22.04-jammy-ppc64le,
# ubuntu-22.04-jammy-s390x,
ubuntu-22.04-jammy-arm64v8,
ubuntu-22.04-jammy-ppc64le,
ubuntu-22.04-jammy-s390x,
# Then run the remainder
alpine,
# amazon-2-amd64,
# amazon-2023-amd64,
# arch,
# centos-7-amd64,
# centos-stream-8-amd64,
# centos-stream-9-amd64,
# debian-11-bullseye-amd64,
# debian-12-bookworm-x86,
# debian-12-bookworm-amd64,
# fedora-38-amd64,
# fedora-39-amd64,
# gentoo,
# ubuntu-20.04-focal-amd64,
# ubuntu-22.04-jammy-amd64,
amazon-2-amd64,
amazon-2023-amd64,
arch,
centos-7-amd64,
centos-stream-8-amd64,
centos-stream-9-amd64,
debian-11-bullseye-amd64,
debian-12-bookworm-x86,
debian-12-bookworm-amd64,
fedora-38-amd64,
fedora-39-amd64,
gentoo,
ubuntu-20.04-focal-amd64,
ubuntu-22.04-jammy-amd64,
]
dockerTag: [main]
# include:
# - docker: "ubuntu-22.04-jammy-arm64v8"
# qemu-arch: "aarch64"
# - docker: "ubuntu-22.04-jammy-ppc64le"
# qemu-arch: "ppc64le"
# - docker: "ubuntu-22.04-jammy-s390x"
# qemu-arch: "s390x"
include:
- docker: "ubuntu-22.04-jammy-arm64v8"
qemu-arch: "aarch64"
- docker: "ubuntu-22.04-jammy-ppc64le"
qemu-arch: "ppc64le"
- docker: "ubuntu-22.04-jammy-s390x"
qemu-arch: "s390x"

name: ${{ matrix.docker }}

Expand Down

0 comments on commit 85ee4b1

Please sign in to comment.