Skip to content

Commit

Permalink
Remove manylinux1 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Dec 17, 2024
1 parent 858ad66 commit 2bd6bcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/build/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=manylinux1_x86_64
ARG BASE=manylinux2014_x86_64
FROM quay.io/pypa/$BASE

ARG UID=1000
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
base:
- manylinux1_x86_64
- manylinux2014_x86_64
- manylinux2014_aarch64
steps:
Expand Down

0 comments on commit 2bd6bcd

Please sign in to comment.