ci: build for arm on linux

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2025-01-17 00:49:32 -05:00
committed by Seth Flynn
parent c03f854fb8
commit 03c714cccf
4 changed files with 34 additions and 6 deletions

View File

@@ -73,6 +73,14 @@ jobs:
artifact-name: Linux
base-cmake-preset: linux
# NOTE(@getchoo): Yes, we're intentionally using 24.04 here!!!
#
# It's not really documented anywhere AFAICT, but upstream Qt binaries
# *for the same version* are compiled against 24.04 on ARM, and *not* 22.04 like x64
- os: ubuntu-24.04-arm
artifact-name: Linux-aarch64
base-cmake-preset: linux
- os: windows-2022
artifact-name: Windows-MinGW-w64
base-cmake-preset: windows_mingw