remove invalid freebsd arch.

remove invalid freebsd arch.
This commit is contained in:
Jason Kulatunga
2022-07-06 21:39:28 -07:00
parent 4419f7f429
commit 338d2ae04e
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
########################################################################################################################
# Global Env Settings
########################################################################################################################
export CGO_ENABLED = 0
GO_WORKSPACE ?= /go/src/github.com/analogj/scrutiny
COLLECTOR_BINARY_NAME = scrutiny-collector-metrics
@@ -19,6 +19,7 @@ endif
# enable to build static binaries.
ifdef STATIC
export CGO_ENABLED = 0
LD_FLAGS := $(LD_FLAGS) -extldflags=-static
STATIC_TAGS := $(STATIC_TAGS) -tags "static netgo"
endif