svengeance / Husky

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

[Feature] Support x86 Architecture #13

Open svengeance opened 3 years ago

svengeance commented 3 years ago

Context

The initial work for Husky supports x64. x86 support at this time isn't tested, and we should make sure that any bit-aware internal services in Husky are cognizant of the multiple architectures.

Proposals

Support x86 (at this time, important for dependencies & Registry access).

Interested Users