Skip to content

Commit

Permalink
Use manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jan 20, 2025
1 parent a3d1589 commit 98d1553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ jobs:
include:
- name: linux-x86_64
target: x86_64-unknown-linux-gnu
image: manylinux_2_28_x86_64
image: manylinux2014_x86_64
- name: linux-aarch64
target: aarch64-unknown-linux-gnu
image: manylinux_2_28_aarch64
image: manylinux2014_aarch64
env:
TARGET: ${{ matrix.target }}
ARCHIVE_NAME: wgpu-${{ matrix.name }}
Expand All @@ -208,7 +208,7 @@ jobs:
shell: bash
# prepare qemu for cross-compilation
- name: Set up QEMU
if: matrix.image == 'manylinux_2_28_aarch64'
if: matrix.image == 'manylinux2014_aarch64'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
dist/commit-sha
body: |
Autogenerated binary modules.
The Linux builds are built on AlmaLinux 8 [manylinux_2_28](https://github.com/pypa/manylinux#manylinux).
The Linux builds are built on CentOS 7 [manylinux2014](https://github.com/pypa/manylinux#manylinux).
The MacOS builds target MacOS 10.13 High Sierra and up.
The Windows builds are built using MSVC on all architectures and GNU on x64.
draft: false
Expand Down

0 comments on commit 98d1553

Please sign in to comment.