Skip to content

can you also add support (so that it just build those artifacts also) for windows on arm (aarch64) #3767

Description

@jcompagner

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions