cli / gh-extension-precompile

Action for publishing binary GitHub CLI extensions
MIT License
93 stars 41 forks source link

Fix building with go 1.16 #23

Closed mislav closed 2 years ago

mislav commented 2 years ago

The newly added platform windows-arm64 isn't available on Go 1.16. In fact, any unsupported "GOOS-GOARCH" pair should be skipped so that we can keep adding platforms in the future without worrying about whether the Go version that an extension author has chosen for their project supports that platform.

Thanks @samcoe for spotting this bug

mislav commented 2 years ago

@samcoe No, I think that might be a breaking change, so maybe best kept for @v2.