Skip to content

Commit bbbbb74

Browse files
authored
Merge pull request #397 from samuelkarp/goproxy
makefile: use host GOPROXY value for %-in-docker
2 parents 37b2de2 + 8bf14ef commit bbbbb74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ $(SUBDIRS):
6262
--env GOPATH=/go \
6363
--env GO111MODULES=on \
6464
--env STATIC_AGENT=on \
65+
--env GOPROXY=$(shell go env GOPROXY) \
6566
--workdir /src \
6667
$(FIRECRACKER_CONTAINERD_BUILDER_IMAGE) \
6768
$(MAKE) $(subst -in-docker,,$@)

0 commit comments

Comments
 (0)