Merge pull request #712 from vrothberg/go-proxy

Makefile: use go proxy
This commit is contained in:
Valentin Rothberg 2019-08-30 17:04:55 +02:00 committed by GitHub
commit 9019e27ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
.PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor
export GOPROXY=https://proxy.golang.org
ifeq ($(shell uname),Darwin)
PREFIX ?= ${DESTDIR}/usr/local
DARWIN_BUILD_TAG=containers_image_ostree_stub