mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-26 13:11:25 -08:00
Update Makefile.COMMON
This commit is contained in:
parent
e12241aac2
commit
f261b788d2
|
@ -44,7 +44,7 @@ SRC ?= $(shell find . -type f -name "*.go" ! -path "./.build/*")
|
||||||
GOOS ?= $(shell uname | tr A-Z a-z)
|
GOOS ?= $(shell uname | tr A-Z a-z)
|
||||||
GOARCH ?= $(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m)))
|
GOARCH ?= $(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m)))
|
||||||
|
|
||||||
GO_VERSION ?= 1.5.2
|
GO_VERSION ?= 1.5.3
|
||||||
GOURL ?= https://golang.org/dl
|
GOURL ?= https://golang.org/dl
|
||||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH).tar.gz
|
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH).tar.gz
|
||||||
GOPATH := $(CURDIR)/.build/gopath
|
GOPATH := $(CURDIR)/.build/gopath
|
||||||
|
|
Loading…
Reference in a new issue