mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
[CI] Add ppc64le s390x and alpine for Linux wheel generation.
This commit is contained in:
parent
3f5580f119
commit
3fd3fa93c9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_wheel_publish.yml
vendored
3
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -43,10 +43,9 @@ jobs:
|
|||
MSYS2_PATH: D:/a/_temp/msys64
|
||||
CIBW_BUILD_FRONTEND: "build"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_SKIP: "*musllinux*"
|
||||
CIBW_BEFORE_ALL_LINUX: yum -y update && yum -y groupinstall "Development tools" && yum -y install git m4 pkgconfig autogen gcc-c++ autoconf libtool-ltdl glib2-devel automake libtool gettext json-c-devel libusbx-devel dbus-glib-devel bluez-libs-devel libnl3-devel flex bison && cp /usr/share/aclocal/pkg.m4 /usr/local/share/aclocal-1.16/
|
||||
CIBW_BEFORE_ALL_MACOS: brew install autoconf automake libtool pkg-config gettext json-c gcc
|
||||
CIBW_ARCHS_LINUX: auto64 aarch64
|
||||
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
|
||||
CIBW_ARCHS_WINDOWS: auto64
|
||||
CIBW_ARCHS_MACOS: x86_64 arm64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue