cli / gh-extension-precompile

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

Disable cgo by default #31

Closed bewuethr closed 1 year ago

bewuethr commented 1 year ago

As discussed in #29, this disables cgo by default. To avoid making it impossible to override – maybe somebody builds their extension for exactly one architecture and does want to use cgo for it – it's not hard-coded in the environment, but set as an optional input parameter that defaults to 0.

Closes #29

bewuethr commented 1 year ago

I see you usually merge without squashing, should I squash the commits in my branch?