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
FYI Tried GOOS=linux GOARCH=arm GOARM=5 go build which produced an arm binary (run on a x64 machine) but which in turn just segfaults on the target cpu. This process works for other s/w we have. Go build itself could not run on the target cpu, it seems golang support is lacking for armel.
EDIT: seems to work fine on some CPUs, like ARM926EJ-S rev 5 (v5l):
Please describe your feature request.
I wish I could use yq on armel
The text was updated successfully, but these errors were encountered: