build.sh 92 Bytes
#!/bin/sh

GOARCH=arm go build -o webserv -ldflags="-s -w" . && ./upx --ultra-brute webserv