makefile: apply tags to install command

This commit is contained in:
Elle Mouton
2024-10-23 09:34:27 +02:00
parent 90941dc033
commit c469c79559

View File

@@ -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.")