We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a923cc4 commit 2c8322fCopy full SHA for 2c8322f
Makefile
@@ -3,11 +3,12 @@ ARCHIVE=distrobuilder-$(VERSION).tar
3
GO111MODULE=on
4
SPHINXENV=.sphinx/venv/bin/activate
5
GOPATH=$(shell go env GOPATH)
6
+GOFLAGS=-tags=containers_image_storage_stub,containers_image_docker_daemon_stub,containers_image_openpgp
7
8
.PHONY: default
9
default:
10
gofmt -s -w .
- go install -v ./...
11
+ GOFLAG=$(GOFLAGS) go install -v ./...
12
@echo "distrobuilder built successfully"
13
14
.PHONY: update-gomod
0 commit comments