Skip to content

Commit ada8cd0

Browse files
committed
Add Linux arm64 build step
1 parent 9405105 commit ada8cd0

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/build-gradle.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
# # compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
19-
# - os: self-hosted
20-
# os_prefix: linux
21-
# arch: arm
18+
- os: self-hosted
19+
os_prefix: linux
20+
arch: aarch64
2221
- os: ubuntu-latest
2322
os_prefix: linux
2423
arch: x64
@@ -31,9 +30,6 @@ jobs:
3130
- os: macos-latest
3231
os_prefix: macos
3332
arch: aarch64
34-
# - os: macos-latest
35-
# os_prefix: linux
36-
# arch: aarch64
3733
steps:
3834
- name: Checkout Repository
3935
uses: actions/checkout@v4

.github/workflows/pull_request-gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20+
- os: self-hosted
21+
os_prefix: linux
22+
arch: aarch64
2023
- os: ubuntu-latest
2124
os_prefix: linux
2225
arch: x64

0 commit comments

Comments
 (0)