simplifying goreleaser config. explicitly set CGO_ENABLED=0

This commit is contained in:
Shawn Hartsell
2024-04-23 11:05:23 -05:00
parent 17ffd6eca4
commit e6d6bca5cc
2 changed files with 25 additions and 15 deletions

View File

@@ -7,4 +7,4 @@ test -z "${DEBUG:-}" || {
set -x
}
go build -o bin/actions-sync main.go
CG0_ENABLED=0 go build -o bin/actions-sync main.go