We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guys I have a router with MIPS cpu, but i have 2.7M of storage, is possible compile the cloudflared binary for working with it?
I've tried compiled it using
CGO_ENABLED=0 GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -a -installsuffix cgo -ldflags "-s -w -extldflags '-static'" .
and compress with
upx --best --lzma cloudflared
But i get 5M binary after use upx hahaha, and i dont have USB ports, nothing. what should i do guys?
Could Guide me? Thank u very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guys I have a router with MIPS cpu, but i have 2.7M of storage, is possible compile the cloudflared binary for working with it?
I've tried compiled it using
and compress with
But i get 5M binary after use upx hahaha, and i dont have USB ports, nothing. what should i do guys?
Could Guide me?
Thank u very much
The text was updated successfully, but these errors were encountered: