0.17.1
🚀 Enhancements
Cross-complie atmos @Nuru (#34)
what
- Use goreleaser to cross-compile and release
- Fix issues with #33 that caused preparation step to fail
why
- Make binaries available for other platforms
notes
- At this time, Windows builds fail due to
syscall
ink-kinzal/aliases@v0.5.1
being undefined, so we are not yet distributing Windows binaries - At this time, builds using
go
1.16 fail due to an incompatibility with Variant 0.37.1, so we must usego
1.15 and cannot build binaries for Apple M1 because that requiresgo
1.16. - The preferred way to set the version is by having the
go
linker set the value of a global variable, but there is currently no way to reference a globalgo
variable inside avariant
job.