We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9405105 commit ada8cd0Copy full SHA for ada8cd0
2 files changed
.github/workflows/build-gradle.yml
@@ -15,10 +15,9 @@ jobs:
15
fail-fast: false
16
matrix:
17
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
+ - os: self-hosted
+ os_prefix: linux
+ arch: aarch64
22
- os: ubuntu-latest
23
os_prefix: linux
24
arch: x64
@@ -31,9 +30,6 @@ jobs:
31
30
- os: macos-latest
32
os_prefix: macos
33
arch: aarch64
34
-# - os: macos-latest
35
36
-# arch: aarch64
37
steps:
38
- name: Checkout Repository
39
uses: actions/checkout@v4
.github/workflows/pull_request-gradle.yml
@@ -17,6 +17,9 @@ jobs:
25
0 commit comments