Skip to content

Commit

Permalink
Use correct container for manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
safijari committed Jun 2, 2024
1 parent f4fb31f commit 0fb03e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Initialize submodule
run: git submodule update --init --recursive
- name: Build in manylinux container
run: docker run --rm -v `pwd`:/repo --rm safijari/manylinux_2_28-x64 /repo/build.sh manylinux_2_28-x64
run: docker run --rm -v `pwd`:/repo --rm safijari/manylinux_2_28-x64 /repo/build.sh manylinux_2_28_x86_64
- name: Build in manylinux container legacy
run: docker run --rm -v `pwd`:/repo --rm safijari/manylinux2014 /repo/build.sh manylinux_2_28-x64
run: docker run --rm -v `pwd`:/repo --rm safijari/manylinux2014-x64 /repo/build.sh manylinux2014_x86_64
- name: Tar up artifacts
run: tar -czf dist.tar.gz dist/
- uses: actions/upload-artifact@main
Expand Down

0 comments on commit 0fb03e2

Please sign in to comment.