AvaloniaILSpy
AvaloniaILSpy copied to clipboard
ARM64 Support
So the time is passing and the Computers are evolving. A lot of companies started with shifting on arm64.
So let's provide a build!
Windows
- [x] Adding arm64 to the compiler without any errors
- [ ] Tested the functionality
Linux (Ubuntu)
- [x] Adding arm64 to the compiler without any errors
- [ ] Tested the functionality
- [ ] Transition to a Snap package (optional)
macOS full arm64 support is coming with .NET 6 and instead of a separate arm64 build we have a Universal Binary that is combining both
- [x] Renamed osx -> macOS
- [ ] Adding arm64 to the compiler without any errors #dotnet/runtime#43313
- [ ] Tested the functionality
- [ ] Combined both executables to a mach-o Universal Binary
- [ ] Rework the build script to remove cake (optional)