AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

M1 chip support #115

Open bulatzamilov opened 2 years ago

bulatzamilov commented 2 years ago

Current solution does support only MacBook laptops with Intel chip, the arch is darwin_amd64. Golang should accept specified architecture for M1 chips - GOARCH=arm64. But if to pass this param there is a problem with making a package - mkbom freezes without failing or outputting any useful information