github cloudposse/atmos 0.17.1

latest releases: v1.88.1, v1, v1.88.0...
3 years ago

🚀 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 in k-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 use go 1.15 and cannot build binaries for Apple M1 because that requires go 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 global go variable inside a variant job.

references

Don't miss a new atmos release

NewReleases is sending notifications on new releases.