We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63fc4a commit a84f83cCopy full SHA for a84f83c
.github/workflows/build-linux.yml
@@ -14,7 +14,7 @@ permissions:
14
15
env:
16
JAVA_DIST: 'zulu'
17
- JAVA_VERSION: '24.0.1+36'
+ JAVA_VERSION: '24.0.0+36'
18
19
defaults:
20
run:
@@ -56,7 +56,7 @@ jobs:
56
architecture: x64
57
native-access-lib: 'org.cryptomator.jfuse.linux.amd64'
58
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-linux-x64.zip
59
- - os: [self-hosted, Linux, ARM64]
+ - os: ubuntu-24.04-arm
60
architecture: aarch64
61
native-access-lib: 'org.cryptomator.jfuse.linux.aarch64'
62
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-linux-aarch64.zip
0 commit comments