Skip to content

Commit

Permalink
Enable CGO for alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 17, 2023
1 parent c77e11f commit 59af8b3
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
@@ -1,6 +1,6 @@
GOOS := linux
GOARCH := amd64
CGO_ENABLED := 0
CGO_ENABLED := 1
BINARY := metalctl-$(GOOS)-$(GOARCH)

SHA := $(shell git rev-parse --short=8 HEAD)
Expand Down

0 comments on commit 59af8b3

Please sign in to comment.