Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 9ed6c89

Browse files
author
Oliver Geiselhardt-Herms
committed
Disable CGO
1 parent 41a36a5 commit 9ed6c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean:
3535

3636
.PHONY: build-octorpki
3737
build-octorpki: prepare
38-
go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go
38+
CGO_ENABLED=0 go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go
3939

4040
.PHONY: docker-octorpki
4141
docker-octorpki:

0 commit comments

Comments
 (0)