We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc63e8 commit b13d5bcCopy full SHA for b13d5bc
Makefile
@@ -19,7 +19,7 @@ deps:
19
build: deps build/web build/app
20
21
build/app:
22
- go build -tags 'netgo osusergo' -ldflags '-extldflags "-static"' -o $(BUILDDIR)/$(SERVICE) ./cmd/$(SERVICE)
+ CGO_ENABLED=0 go build -tags 'netgo osusergo' -ldflags '-extldflags "-static"' -o $(BUILDDIR)/$(SERVICE) ./cmd/$(SERVICE)
23
cp build/premiumizearrd premiumizearrd
24
25
build/web:
0 commit comments