File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3131 "cache-name" : " win-x86_64-mingw-f64" ,
3232 "skip" : true
3333 },
34+ {
35+ "name" : " Windows (arm64, MinGW)" ,
36+ "os" : " windows-latest" ,
37+ "platform" : " windows" ,
38+ "artifact-extension" : " dll" ,
39+ "flags" : " use_mingw=yes arch=arm64" ,
40+ "cache-name" : " win-arm64-mingw"
41+ },
3442 {
3543 "name" : " Ubuntu (x86_64, GCC)" ,
3644 "os" : " ubuntu-22.04" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ macos.debug = "res://addons/godot-sqlite/bin/libgdsqlite.macos.template_debug.fr
99macos.release = "res://addons/godot-sqlite/bin/libgdsqlite.macos.template_release.framework"
1010windows.debug.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.windows.template_debug.x86_64.dll"
1111windows.release.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.windows.template_release.x86_64.dll"
12+ windows.debug.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.windows.template_debug.arm64.dll"
13+ windows.release.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.windows.template_release.arm64.dll"
1214linux.debug.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.linux.template_debug.x86_64.so"
1315linux.release.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.linux.template_release.x86_64.so"
1416linux.debug.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.linux.template_debug.arm64.so"
You can’t perform that action at this time.
0 commit comments