跳转至

compile guide

amd

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o uts_api

arm

CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -o uts_api