File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
export GOOS=${GOOS:- $(go env GOOS)}
20
20
export GOARCH=${GOARCH:- $(go env GOARCH)}
21
21
export CGO_ENABLED=${GO_CGO_ENABLED:- " 1" }
22
- GO_FLAGS=${GO_FLAGS:- " -tags netgo" } # Extra go flags to use in the build.
22
+ GO_FLAGS=${GO_FLAGS:- " -tags= netgo" } # Extra go flags to use in the build.
23
23
BUILD_USER=${BUILD_USER:- " ${USER} @${HOSTNAME} " }
24
24
BUILD_DATE=${BUILD_DATE:- $( date +% Y% m% d-% H:% M:% S )}
25
25
VERBOSE=${VERBOSE:- }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ADD . .
40
40
ARG VERSION
41
41
42
42
# libipmctl only works on x86_64 CPUs.
43
- RUN export GO_TAGS="-tags=libfpm ,netgo" ; \
43
+ RUN export GO_TAGS="libpfm ,netgo" ; \
44
44
if [ "$(uname --machine)" = "x86_64" ]; then \
45
45
export GO_TAGS="$GO_TAGS,libipmctl" ; \
46
46
fi; \
You can’t perform that action at this time.
0 commit comments