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
I'm unsure if GHA CI has Arm linux runners, but something that came up during the workshop was installing soar to raspberry PIs, which imo is a good use-case.
Adding support should be "as simple as" just adding a CI runner for linux ARM, though I remember the variety of ARM versions that raspberry pis are spread over, so looking at whether to support only ARM64 (aarch64) or older versions/variants (v6, v7, v8, hardware float, etc.) is something that needs to be done.