Skip to content

Commit

Permalink
linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 18, 2024
1 parent d4e8bd7 commit d9296ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
manylinux: ['2_28']
include:
# manylinux for various platforms
# - { os: linux, manylinux: '2_28', target: i686 }
- { os: linux, manylinux: '2_28', target: x86_64 }
#- { os: linux, manylinux: '2_28', target: i686 }
- { os: linux, manylinux: '2_28', target: aarch64 }
- { os: linux, manylinux: '2_28', target: armv7 }
- { os: linux, manylinux: '2_28', target: ppc64le }
# - { os: linux, manylinux: '2_28', target: s390x }
#- { os: linux, manylinux: '2_28', target: s390x }
# musl
- { os: linux, manylinux: musllinux_1_1, target: x86_64 }
- { os: linux, manylinux: musllinux_1_1, target: aarch64 }
Expand Down

0 comments on commit d9296ef

Please sign in to comment.