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

Commit

Permalink
Disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Geiselhardt-Herms committed Mar 29, 2023
1 parent 41a36a5 commit 9ed6c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ed6c89

Please sign in to comment.