Skip to content

Commit 7413a51

Browse files
author
slmagus
committed
fix docker build args value, as this passes in a literal double single quote
1 parent 8943886 commit 7413a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GO_LDFLAGS += '
3838
EXECUTOR_PACKAGE = $(REPOPATH)/cmd/executor
3939
WARMER_PACKAGE = $(REPOPATH)/cmd/warmer
4040
KANIKO_PROJECT = $(REPOPATH)/kaniko
41-
BUILD_ARG ?= ''
41+
BUILD_ARG ?=
4242

4343
out/executor: $(GO_FILES)
4444
GOARCH=$(GOARCH) GOOS=linux CGO_ENABLED=0 go build -ldflags $(GO_LDFLAGS) -o $@ $(EXECUTOR_PACKAGE)

0 commit comments

Comments
 (0)