CI: remove arm64 sfx build again

It doesn't add much over the x86_64 one, we can re-enable it easily if needed
This commit is contained in:
Christoph Reiter 2025-08-30 14:07:12 +02:00
parent be354de86b
commit 4c976e8ef9
2 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ jobs:
- name: Create 'latest' Variants and Checksums
run: |
mv msys2-base-${{ matrix.arch_name }}-[0-9]*.sfx.exe msys2-base-${{ matrix.arch_name }}-latest.sfx.exe
mv msys2-${{ matrix.arch_name }}-[0-9]*.exe msys2-${{ matrix.arch_name }}-latest.exe
if ("${{ matrix.arch_name }}" -ne "arm64") {
mv msys2-base-${{ matrix.arch_name }}-[0-9]*.sfx.exe msys2-base-${{ matrix.arch_name }}-latest.sfx.exe
mv msys2-*.tar.xz msys2-base-${{ matrix.arch_name }}-latest.tar.xz
mv msys2-*.tar.zst msys2-base-${{ matrix.arch_name }}-latest.tar.zst
}
@ -182,7 +182,7 @@ jobs:
fail-fast: false
matrix:
include:
- arch_name: arm64
- arch_name: x86_64
image: 11-arm
- arch_name: x86_64
image: 2022

View File

@ -106,8 +106,8 @@ main() {
if [ "$_arch_name" != "arm64" ]; then
create_archives
fi
create_sfx
fi
}
main