Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit ebd45b0

Browse files
committed
1 parent 0c25b58 commit ebd45b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ LDFLAGS += -X 'main.Version=$(shell git describe --tags --abbrev=0)'
44
LDFLAGS += -X 'main.Commit=$(shell git rev-list -1 HEAD)'
55

66
build:
7-
go build -o columbus-scanner -ldflags="$(LDFLAGS)" .
7+
CGO_ENABLED=0 go build -o columbus-scanner -ldflags="$(LDFLAGS)" .
88

99
build-dev:
10-
go build -o columbus-scanner-dev --race .
10+
CGO_ENABLED=0 go build -o columbus-scanner-dev --race .
1111

1212
release: build
1313
sha512sum columbus-scanner | gpg --clearsign -u [email protected] > columbus-scanner.sha

0 commit comments

Comments
 (0)