Skip to content

Commit

Permalink
Merge pull request #3053 from Gedochao/maintenance/fix-linux-arm64
Browse files Browse the repository at this point in the history
Fix `generate-linux-arm64-native-launcher`
  • Loading branch information
tgodzik authored Jul 26, 2024
2 parents 20dd901 + e17ee14 commit 1b1214e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ jobs:
submodules: true
- uses: VirtusLab/scala-cli-setup@v1
with:
jvm: "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz"
- name: Ensure it's running on aarch64
run: scala-cli -e 'assert(System.getProperty("os.arch") == "aarch64")'
apps: ""
- name: Generate native launcher and generate os packages
run: .github/scripts/build-linux-aarch64.sh
env:
Expand Down

0 comments on commit 1b1214e

Please sign in to comment.