Open sdenardi opened 3 years ago
This would require a go version bump of at minimum 1.16 (need to change here) https://github.com/disneystreaming/ssm-helpers/blob/develop/.github/workflows/release.yml#L17
and I think a goreleaser action update to v2 here https://github.com/disneystreaming/ssm-helpers/blob/develop/.github/workflows/release.yml#L31
More information at https://github.com/goreleaser/goreleaser/pull/1956
I'm having trouble installing this from
homebrew
on my Macbook Pro (M1 Pro). I've successfully installed thesession-manager-plugin
plugin, and confirm that I can connect to instances using theawscli
.When I run
brew install disneystreaming/tap/ssm-helpers
, I get the following output:I understand that the M1 is a novel architecture, and
homebrew
handles Intel and M1 architectures differently (notably that the destination directories are different for each architecture).Please let me know if I can help with the resolution or testing of this issue in any way. Thank you so much for this great package.