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.
2 parents 20dd901 + e17ee14 commit 1b1214eCopy full SHA for 1b1214e
.github/workflows/ci.yml
@@ -380,9 +380,7 @@ jobs:
380
submodules: true
381
- uses: VirtusLab/scala-cli-setup@v1
382
with:
383
- jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
384
- - name: Ensure it's running on aarch64
385
- run: scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
+ apps: ""
386
- name: Generate native launcher and generate os packages
387
run: .github/scripts/build-linux-aarch64.sh
388
env:
0 commit comments