You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running the action using
macos-latest
, this error is returned: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.
The text was updated successfully, but these errors were encountered: