Skip to content

Commit 839b1aa

Browse files
committed
Only run on arm64 runners
1 parent 5bd6f1d commit 839b1aa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: self-hosted
18+
- os: [self-hosted, linux, ARM64]
1919
os_prefix: linux
2020
arch: aarch64
2121
- os: ubuntu-latest

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
include:
3535
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
36-
- os: self-hosted
36+
- os: [self-hosted, linux, ARM]
3737
os_prefix: linux
3838
arch: arm
3939
- os: ubuntu-latest

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
include:
2020
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
21-
- os: self-hosted
21+
- os: [self-hosted, linux, ARM]
2222
os_prefix: linux
2323
arch: arm
2424
- os: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
include:
6161
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
62-
- os: self-hosted
62+
- os: [self-hosted, linux, ARM]
6363
os_prefix: linux
6464
arch: arm
6565
- os: ubuntu-latest

0 commit comments

Comments
 (0)