Files
actions-sync/script/build
Shawn Hartsell dc02275ad7 fixing typo
2024-04-23 11:21:44 -05:00

11 lines
143 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
CGO_ENABLED=0 go build -o bin/actions-sync main.go