File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 30
30
using : composite
31
31
steps :
32
32
- name : ' Install MSYS2'
33
- uses : msys2/setup-msys2@v2.22 .0
33
+ uses : msys2/setup-msys2@v2.25 .0
34
34
with :
35
35
install : ' autoconf tar unzip zip make'
36
36
path-type : minimal
Original file line number Diff line number Diff line change @@ -449,3 +449,14 @@ jobs:
449
449
runs-on : windows-2025
450
450
dry-run : ${{ needs.prepare.outputs.dry-run == 'true' }}
451
451
debug-suffix : -debug
452
+
453
+ test-windows-aarch64 :
454
+ name : windows-aarch64
455
+ needs :
456
+ - build-windows-aarch64
457
+ uses : ./.github/workflows/test.yml
458
+ with :
459
+ platform : windows-aarch64
460
+ bootjdk-platform : windows-aarch64
461
+ runs-on : windows-11-arm
462
+
Original file line number Diff line number Diff line change @@ -47,3 +47,7 @@ MACOS_X64_BOOT_JDK_SHA256=6bbfb1d01741cbe55ab90299cb91464b695de9a3ace85c15131aa2
47
47
WINDOWS_X64_BOOT_JDK_EXT=zip
48
48
WINDOWS_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24_windows-x64_bin.zip
49
49
WINDOWS_X64_BOOT_JDK_SHA256=11d1d9f6ac272d5361c8a0bef01894364081c7fb1a6914c2ad2fc312ae83d63b
50
+
51
+ WINDOWS_AARCH64_BOOT_JDK_EXT=zip
52
+ WINDOWS_AARCH64_BOOT_JDK_URL=https://github.com/adoptium/temurin24-binaries/releases/download/jdk-24%2B35-ea-beta/OpenJDK24U-jdk_aarch64_windows_hotspot_24_35-ea.zip
53
+ WINDOWS_AARCH64_BOOT_JDK_SHA256=bf02f568a28ad8e615e9a05b69a02893a4cffa369dfe2ce916d5a7b75fcf384c
You can’t perform that action at this time.
0 commit comments