tailscale / tailscale-qpkg

Package Tailscale client in QPKG
MIT License
457 stars 38 forks source link

Don't build binaries for all GOARCH and GOARM #19

Open guidoiaquinti opened 3 years ago

guidoiaquinti commented 3 years ago

With make out/pkg we currently build several GOARCH / GOARM while the majority of users would probably need only one. What do you think about optionally let people use the GOARCH and GOARM env variables to target a single build? Thanks!

ivokub commented 3 years ago

Seems reasonable and easy to implement.