Skip to content

Commit

Permalink
TEMP less CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 28, 2024
1 parent 874738d commit fc1f49e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
# 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 fc1f49e

Please sign in to comment.