disneystreaming / ssm-helpers

Help manage AWS systems manager with helpers
Other
385 stars 24 forks source link

Installation Issue on M1 Macs #63

Open sdenardi opened 3 years ago

sdenardi commented 3 years ago

I'm having trouble installing this from homebrew on my Macbook Pro (M1 Pro). I've successfully installed the session-manager-plugin plugin, and confirm that I can connect to instances using the awscli.

When I run brew install disneystreaming/tap/ssm-helpers, I get the following output:

Screen Shot 2021-11-20 at 12 45 18 AM

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.

rothgar commented 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