Hi again, another question I couldn't immediately figure out. I see that there's two supported architectures for the netclient Docker container: arm64 and amd64. Is there by any chance also one for arm7? If not, is it possible to build one and what would be the most straightforward way? I've tried adjusting the
Dockerfile-netclient-multiarch-userspace
so that
GOARCH=arm GOARM=7
however I end up with errors some layers do not have an arm7 tag (probably go-builder?)