mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
This reverts commit 6beb77d9eb.
This commit is contained in:
parent
65c857d1a2
commit
b3a45cfd9e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/wheel-builder.yml
vendored
4
.github/workflows/wheel-builder.yml
vendored
|
|
@ -71,9 +71,7 @@ jobs:
|
|||
MANYLINUX:
|
||||
- { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
|
||||
- { NAME: "manylinux_2_28_x86_64", CONTAINER: "cryptography-manylinux_2_28:x86_64", RUNNER: "ubuntu-latest"}
|
||||
# Disabled until there's a solution to:
|
||||
# https://github.com/pypa/manylinux/issues/1725
|
||||
# - { NAME: "manylinux_2_34_x86_64", CONTAINER: "cryptography-manylinux_2_34:x86_64", RUNNER: "ubuntu-latest"}
|
||||
- { NAME: "manylinux_2_34_x86_64", CONTAINER: "cryptography-manylinux_2_34:x86_64", RUNNER: "ubuntu-latest"}
|
||||
- { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
|
||||
|
||||
- { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: [self-hosted, Linux, ARM64] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue