login-sim/build.sh

8 lines
135 B
Bash
Executable File

#!/bin/bash
set -e
# compile code
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./target/login-sim .
chmod +x ./target/login-sim