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
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
I have tried to compile xatum-proxy for armhf architecture and when I run:
CGO_ENABLED=0 GOOS=linux GOARCH=armhf go build -trimpath -ldflags="-s -w" ..I get the following output:
go: unsupported GOOS/GOARCH pair linux/armhfIs it possible to make it available for armhf builds as well ?