Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b41804b

Browse files
committed
Turn CGO off
1 parent 90d3527 commit b41804b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build:
2-
CGO_ENABLED=1 GOARCH=amd64 go build -mod vendor -a -o ./bin/warden .
3-
CGO_ENABLED=1 GOARCH=amd64 go build -mod vendor -a -o ./bin/vultr-auth ./letsencrypt/hooks/vultr/auth
4-
CGO_ENABLED=1 GOARCH=amd64 go build -mod vendor -a -o ./bin/vultr-clean ./letsencrypt/hooks/vultr/clean
2+
CGO_ENABLED=0 GOARCH=amd64 go build -mod vendor -a -o ./bin/warden .
3+
CGO_ENABLED=0 GOARCH=amd64 go build -mod vendor -a -o ./bin/vultr-auth ./letsencrypt/hooks/vultr/auth
4+
CGO_ENABLED=0 GOARCH=amd64 go build -mod vendor -a -o ./bin/vultr-clean ./letsencrypt/hooks/vultr/clean

0 commit comments

Comments
 (0)