Skip to content

MIPS build

Pre-release
Pre-release
Compare
Choose a tag to compare
@gbraad gbraad released this 10 Jul 10:47
git clone ...
cd cmd/cloudflared

MIPS

CGO_ENABLED=0 GOOS=linux GOARCH=mips GOMIPS=softfloat go build -a -installsuffix cgo -ldflags '-s -w -extldflags "-static"' .

MIPS LE

CGO_ENABLED=0 GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -a -installsuffix cgo -ldflags '-s -w -extldflags "-static"' .