remove manylinux 2.24 (#491)
This commit is contained in:
parent
928f159520
commit
88dd768a0b
@ -79,14 +79,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- linux-arm64-wheel:
|
||||
name: manylinux_2_24_aarch64-wheel
|
||||
image: ghcr.io/pyca/cryptography-manylinux_2_24:aarch64
|
||||
python: cp36-cp36m
|
||||
platform: manylinux_2_24_aarch64
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- linux-arm64-wheel:
|
||||
name: manylinux_2_28_aarch64-wheel
|
||||
image: ghcr.io/pyca/cryptography-manylinux_2_28:aarch64
|
||||
|
||||
1
.github/workflows/wheel-builder.yml
vendored
1
.github/workflows/wheel-builder.yml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
- { VERSION: "pp39-pypy39_pp73" }
|
||||
MANYLINUX:
|
||||
- { CONTAINER: "cryptography-manylinux2014:x86_64", NAME: "manylinux2014" }
|
||||
- { CONTAINER: "cryptography-manylinux_2_24:x86_64", NAME: "manylinux_2_24" }
|
||||
- { CONTAINER: "cryptography-manylinux_2_28:x86_64", NAME: "manylinux_2_28" }
|
||||
- { CONTAINER: "cryptography-musllinux_1_1:x86_64", NAME: "musllinux_1_1" }
|
||||
exclude:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user