Files
actions-sync/script/build

11 lines
143 B
Plaintext
Raw Permalink Normal View History

2020-07-02 19:36:10 +01:00
#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
2024-04-23 11:21:44 -05:00
CGO_ENABLED=0 go build -o bin/actions-sync main.go