see here: https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/main/pom.xml#L170 so can you add besides the windows x86 also the aarch64? <environment> <os>win32</os> <ws>win32</ws> <arch>x86_64</arch> </environment> <environment> <os>win32</os> <ws>win32</ws> <arch>aarch64</arch> </environment>
see here:
https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/main/pom.xml#L170
so can you add besides the windows x86 also the aarch64?