@@ -371,24 +371,20 @@ jobs:
371
371
path : test-report.xml
372
372
373
373
generate-linux-arm64-native-launcher :
374
- runs-on : " macOS-m1"
375
- if : github.event_name == 'push'
374
+ runs-on : ubuntu-24.04-arm
376
375
steps :
377
376
- uses : actions/checkout@v4
378
377
with :
379
378
fetch-depth : 0
380
379
submodules : true
381
380
- uses : VirtusLab/scala-cli-setup@v1
382
381
with :
383
- apps : " "
384
- - name : Generate native launcher and generate os packages
385
- run : .github/scripts/build-linux-aarch64.sh
386
- env :
387
- DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
388
- DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
382
+ jvm : " temurin:17"
383
+ - name : Generate native launcher
384
+ run : .github/scripts/generate-native-image.sh
389
385
- uses : actions/upload-artifact@v4
390
386
with :
391
- name : linux-aarch64 -launchers
387
+ name : linux-arm64 -launchers
392
388
path : artifacts/
393
389
if-no-files-found : error
394
390
retention-days : 2
@@ -1733,7 +1729,7 @@ jobs:
1733
1729
- uses : actions/download-artifact@v4
1734
1730
if : env.SHOULD_PUBLISH == 'true'
1735
1731
with :
1736
- name : linux-aarch64 -launchers
1732
+ name : linux-arm64 -launchers
1737
1733
path : artifacts/
1738
1734
- uses : actions/download-artifact@v4
1739
1735
if : env.SHOULD_PUBLISH == 'true'
@@ -1796,7 +1792,7 @@ jobs:
1796
1792
path : artifacts/
1797
1793
- uses : actions/download-artifact@v4
1798
1794
with :
1799
- name : linux-aarch64 -launchers
1795
+ name : linux-arm64 -launchers
1800
1796
path : artifacts/
1801
1797
- uses : actions/download-artifact@v4
1802
1798
with :
0 commit comments