Skip to content

Commit

Permalink
Corrected architecture string from ARM64 Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Sep 25, 2024
1 parent 8a5754c commit 8d17b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
linux-arch: "x86_64"
- os: "ubuntu-latest"
cibuild: "*manylinux*"
linux-arch: "arm64"
linux-arch: "aarch64"
- os: "ubuntu-latest"
cibuild: "*musllinux*"
linux-arch: "x86_64"
steps:
- name: Free Disk Space (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8d17b56

Please sign in to comment.