6 lines
161 B
Bash
6 lines
161 B
Bash
#! /usr/bin/env bash
|
|
|
|
export CGO_ENABLED=1
|
|
export CC=x86_64-linux-musl-gcc
|
|
exec go build -ldflags="-linkmode external -extldflags '-static'" -o exec-rproxy3
|