diff --git a/Makefile b/Makefile index fafda69..2d025dc 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ build: install: @$(call print, "Installing aperture.") - $(GOINSTALL) $(PKG)/cmd/aperture + $(GOINSTALL) -tags="${tags}" $(PKG)/cmd/aperture docker-tools: @$(call print, "Building tools docker image.")