We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a246d62 commit 8f58cd3Copy full SHA for 8f58cd3
.github/workflows/build-gradle.yml
@@ -15,10 +15,10 @@ 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
+# # compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
+# - os: self-hosted
+# os_prefix: linux
+# arch: arm
22
- os: ubuntu-latest
23
os_prefix: linux
24
arch: x64
@@ -31,9 +31,9 @@ jobs:
31
- os: macos-latest
32
os_prefix: macos
33
arch: aarch64
34
- - os: macos-latest
35
36
- arch: aarch64
+# - os: macos-latest
+# arch: aarch64
37
steps:
38
- name: Checkout Repository
39
uses: actions/checkout@v4
0 commit comments