wangyoucao577/go-release-action

Support for MacOs runners?

Opened this issue · 1 comments

When running the action using macos-latest, this error is returned:

Error: Container action is only supported on Linux

I am wondering if this is a Github constraint where it allows action containers to run only on Linux, or if it is a choice taken by the current repo. If it is the latter, would it be possible to extend the support for macos runners?

This is useful when the Go project uses CGO and it is not straightforward to cross compile from Linux to Darwin. A native build directly on Darwin would be much easier in this case.

Unfortunately, it can not support macos runner since it's implemented by docker. You may need to process macos specially for your app.