We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8943886 commit 7413a51Copy full SHA for 7413a51
Makefile
@@ -38,7 +38,7 @@ GO_LDFLAGS += '
38
EXECUTOR_PACKAGE = $(REPOPATH)/cmd/executor
39
WARMER_PACKAGE = $(REPOPATH)/cmd/warmer
40
KANIKO_PROJECT = $(REPOPATH)/kaniko
41
-BUILD_ARG ?= ''
+BUILD_ARG ?=
42
43
out/executor: $(GO_FILES)
44
GOARCH=$(GOARCH) GOOS=linux CGO_ENABLED=0 go build -ldflags $(GO_LDFLAGS) -o $@ $(EXECUTOR_PACKAGE)
0 commit comments