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