From 9ed6c8953f574dc040cb692f65a5e487843f5d29 Mon Sep 17 00:00:00 2001 From: Oliver Geiselhardt-Herms Date: Wed, 29 Mar 2023 16:32:08 +0200 Subject: [PATCH] Disable CGO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44fc226..c497eb8 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: .PHONY: build-octorpki build-octorpki: prepare - go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go + CGO_ENABLED=0 go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go .PHONY: docker-octorpki docker-octorpki: