Skip to content

Commit 63f944e

Browse files
committed
Use a Docker container instead of Zig for building with old(er) glibc on Linux
1 parent b8cf608 commit 63f944e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
code-target: win32-arm64
3737
- os: ubuntu-latest
3838
target: x86_64-unknown-linux-gnu
39-
zig_target: x86_64-unknown-linux-gnu.2.28
39+
container: quay.io/pypa/manylinux_2_28_x86_64
4040
code-target: linux-x64
4141
- os: ubuntu-latest
4242
target: aarch64-unknown-linux-gnu
43-
zig_target: aarch64-unknown-linux-gnu.2.28
43+
container: quay.io/pypa/manylinux_2_28_x86_64
4444
code-target: linux-arm64
4545
- os: ubuntu-latest
4646
target: arm-unknown-linux-gnueabihf

0 commit comments

Comments
 (0)