You release build artifacts for linux x64 and arm, macos x64 and arm, but only x64 when it comes to Windows. There is (and will be) an increasing amount of Windows arm devices so it is probably worth adding support for that.
If you are using GitHub Actions to build releases, you can use the windows-11-arm runner for instance.
You release build artifacts for linux x64 and arm, macos x64 and arm, but only x64 when it comes to Windows. There is (and will be) an increasing amount of Windows arm devices so it is probably worth adding support for that.
If you are using GitHub Actions to build releases, you can use the
windows-11-armrunner for instance.