Skip to content

Commit

Permalink
feat: use old glibc on x86-64 for python (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Sep 5, 2024
1 parent fe14f5a commit 9161bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-python-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release language_client_python
on:
workflow_call: {}
push:
branches: [sam/glibc-aarch64]
branches: [manylinux-x86]

concurrency:
# suffix is important to prevent a concurrency deadlock with the calling workflow
Expand All @@ -18,6 +18,7 @@ jobs:
_:
- target: x86_64-unknown-linux-gnu
runs_on: ubuntu-latest
manylinux: 2_17

- target: aarch64-unknown-linux-gnu
runs_on: ubuntu-latest
Expand Down

0 comments on commit 9161bec

Please sign in to comment.