samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Add Apple 64bit architecture support to brew tap #84

Closed samhaque closed 2 years ago

samhaque commented 2 years ago

I noticed that Apple silicon running on ARM64 is not a release target in the brew tap, is it possible to add a if statement in the brew tap script to support: GOOS=darwin GOARCH=arm64 go build?

samhaque commented 2 years ago

Pushed a PR to fix this: https://github.com/samuong/homebrew-alpaca/pull/1

samhaque commented 2 years ago

@samuong @rtfmoz2 if you get a chance please review this PR.

samuong commented 2 years ago

Thanks for this @samhaque, I've just approved and merged it.