nexus-tools icon indicating copy to clipboard operation
nexus-tools copied to clipboard

Native builds on ARM64 Windows

Open corbindavenport opened this issue 1 year ago • 1 comments

GitHub will offer arm64 Windows runners later this year: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/

The one issue right now is that Chocolatey on Windows doesn't download ARM Dart SDK, if that's not fixed by then, the build script would need to download the Dart SDK directly:

https://storage.googleapis.com/dart-archive/channels/main/raw/latest/sdk/dartsdk-windows-arm64-release.zip

corbindavenport avatar Jun 28 '24 21:06 corbindavenport

The runners are now available: https://github.com/corbindavenport/nexus-tools/blob/main/.github/workflows/compile.yaml

corbindavenport avatar Apr 14 '25 21:04 corbindavenport