From 59db2b6de5b3bf6d52a277a49dccdc9b3925948a Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 23 Oct 2024 09:34:27 +0200 Subject: [PATCH] makefile: apply tags to install command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fafda695..2d025dc7 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.")