mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
remove arm support from wheels
This commit is contained in:
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: [x86_64, aarch64]
|
||||
arch: [x86_64]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -54,7 +54,6 @@ jobs:
|
||||
CIBW_TEST_SKIP: "*-linux_aarch64"
|
||||
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
|
||||
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
|
||||
|
||||
CIBW_BEFORE_ALL_LINUX: |
|
||||
dnf install -y elfutils-libelf-devel zlib-devel
|
||||
|
||||
Reference in New Issue
Block a user