From 8d17b56949f7ba426125624772aac02545151333 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 25 Sep 2024 23:20:27 +0200 Subject: [PATCH] Corrected architecture string from ARM64 Linux --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dba245179..b6134eba9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'