1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

always rebuild with GOOS=linux when building container image

This commit is contained in:
Frederic Branczyk 2016-11-02 17:40:17 +01:00
parent 07221f24af
commit e5a791a26a
No known key found for this signature in database
GPG key ID: CA14788B1E48B256

View file

@ -8,6 +8,7 @@ build:
go build github.com/coreos/prometheus-operator/cmd/operator
container:
GOOS=linux $(MAKE) build
docker build -t $(REPO):$(TAG) .
.PHONY: all build container