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 @@ -395,3 +395,14 @@ jobs:
395
395
bootjdk-platform : windows-x64
396
396
runs-on : windows-2025
397
397
debug-suffix : -debug
398
+
399
+ test-windows-aarch64 :
400
+ name : windows-aarch64
401
+ needs :
402
+ - build-windows-aarch64
403
+ uses : ./.github/workflows/test.yml
404
+ with :
405
+ platform : windows-aarch64
406
+ bootjdk-platform : windows-aarch64
407
+ runs-on : windows-11-arm
408
+
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