From 50fee374d93df98d19cdcb74e9ab80a0baa2c7aa Mon Sep 17 00:00:00 2001 From: hunterlong Date: Thu, 23 Jul 2020 19:54:37 -0700 Subject: [PATCH] makefile updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f824967d..11cc1773 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ test: clean compile go test -v -p=1 -ldflags="-X main.VERSION=0.99.99" -coverprofile=coverage.out ./... build: clean - go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION}" -o statping --tags "netgo" ./cmd + go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION}" -o statping --tags "netgo linux" ./cmd up: docker-compose -f docker-compose.yml -f dev/docker-compose.full.yml up -d --remove-orphans