svengeance / Husky

Modernizing the way developers think about installers
3 stars 0 forks source link

[Feature] Support ARM Architecture #14

Open svengeance opened 3 years ago

svengeance commented 3 years ago

Context

x86/x64 are the usual supported architectures; given that dotnet core can natively compile to ARM/ARM64, there is no reason we can't support this platform.

Proposals

Husky should be able to output native executables on the ARM64 platform.

Interested Users

End-Users