Only run on arm64 runners

This commit is contained in:
Stef Tervelde
2025-01-15 20:52:30 +01:00
parent 5bd6f1dcff
commit 839b1aacd1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: self-hosted
- os: [self-hosted, linux, ARM64]
os_prefix: linux
arch: aarch64
- os: ubuntu-latest
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest