Skip to content

add windows aarch64 artifact #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 4, 2025
Merged

Conversation

reinsch82
Copy link
Member

No description provided.

@reinsch82 reinsch82 self-assigned this Jun 26, 2025
@reinsch82 reinsch82 force-pushed the reinhold/add-windows-aarch64 branch from bd675cf to 9cff2b6 Compare June 27, 2025 13:11
@cobexer cobexer self-assigned this Jun 30, 2025
Copy link
Member

@cobexer cobexer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments I added

@@ -5,6 +5,9 @@

public interface NativeRulesUtils {
static void addPlatform(PlatformContainer platformContainer, String name, String os, String architecture) {
if(platformContainer.stream().anyMatch(platform -> name.equals(platform.getName()))){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ why do we need this?

@cobexer cobexer removed their assignment Jul 3, 2025
@reinsch82 reinsch82 force-pushed the reinhold/add-windows-aarch64 branch 2 times, most recently from 830a198 to b65e4a2 Compare July 14, 2025 11:18
@reinsch82 reinsch82 linked an issue Jul 15, 2025 that may be closed by this pull request
@reinsch82 reinsch82 merged commit 53a28cd into master Aug 4, 2025
18 of 19 checks passed
@cobexer cobexer deleted the reinhold/add-windows-aarch64 branch August 4, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ARM64 Windows
2 participants