Run linux build with matrix strategy, adding arm64#367
Conversation
|
Running into some issues here. I'm pretty new to this so may be wrong, but it looks like some github actions fail on alpine containers with arm64 runners because they depend on nodejs shims that github doesn't provide for that combo. Switching to a debian based container fixes it but those can't produce static binaries on linux. |
I believe I've seen some deprecation warnings regarding the current actions. Could it help to upgrade the versions of the actions and possibly alpine? |
No description provided.