Skip to content

Commit

Permalink
Disable unused archs
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lesniewski-sr committed Jul 3, 2024
1 parent 43f2f37 commit 3b018e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
manylinux_arch: aarch64
docker_image: arm64v8/debian:buster

- arch: ppc64le
manylinux_arch: ppc64le
docker_image: ppc64le/debian:buster
# - arch: ppc64le
# manylinux_arch: ppc64le
# docker_image: ppc64le/debian:buster

- arch: s390x
manylinux_arch: s390x
docker_image: s390x/debian:buster
# - arch: s390x
# manylinux_arch: s390x
# docker_image: s390x/debian:buster

env:
BASE_IMAGE: ${{ matrix.docker_image }}
Expand Down

0 comments on commit 3b018e3

Please sign in to comment.