Yqhg8Nt4tuu
Results
2
comments of
Yqhg8Nt4tuu
Solved by softfloat compiling ``` CGO_ENABLED=0 GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go tar -czvf linux_mipsle_softfloat_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static...
Currently I only need the installation package that can run on Jetson Nano. Can a package of arm architecture run on all arm devices with linux system? I tried to...