Add Linux arm64 build step

This commit is contained in:
Stef Tervelde
2025-01-15 08:49:18 +01:00
parent 9405105cb4
commit ada8cd05b9
2 changed files with 6 additions and 7 deletions
+3 -7
View File
@@ -15,10 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
# # compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
# - os: self-hosted
# os_prefix: linux
# arch: arm
- os: self-hosted
os_prefix: linux
arch: aarch64
- os: ubuntu-latest
os_prefix: linux
arch: x64
@@ -31,9 +30,6 @@ jobs:
- os: macos-latest
os_prefix: macos
arch: aarch64
# - os: macos-latest
# os_prefix: linux
# arch: aarch64
steps:
- name: Checkout Repository
uses: actions/checkout@v4
@@ -17,6 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: self-hosted
os_prefix: linux
arch: aarch64
- os: ubuntu-latest
os_prefix: linux
arch: x64