golangci / homebrew-tap

Homebrew Formula for golangci-lint
3 stars 15 forks source link

Wrong architecture delivered on Apple Silicon Macs #10

Open billinghamj opened 3 years ago

billinghamj commented 3 years ago

There's a bug when using this tap on Apple Silicon Macs - it incorrectly installs Intel binaries on Apple Silicon brew installations, but it should only do so on Intel brew installations.

I would also agree with #1, which would have prevented this from happening.

billinghamj commented 3 years ago

Now that #1 has been resolved, when using the official brew formula, this is no longer an issue 🎉

brew remove golangci-lint
brew untap golangci/tap
brew install golangci-lint

But it is still a problem if using this tap. Maybe it could be updated to match however the official brew formula works.

Or alternatively this could be marked as deprecated, assuming it's considered to have migrated now

caarlos0 commented 3 years ago

does this still happen?