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 90941dc commit c469c79Copy full SHA for c469c79
Makefile
@@ -58,7 +58,7 @@ build:
58
59
install:
60
@$(call print, "Installing aperture.")
61
- $(GOINSTALL) $(PKG)/cmd/aperture
+ $(GOINSTALL) -tags="${tags}" $(PKG)/cmd/aperture
62
63
docker-tools:
64
@$(call print, "Building tools docker image.")
0 commit comments