Skip to content

Commit

Permalink
makefile: apply tags to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Oct 23, 2024
1 parent 185ec5a commit 40e68e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 40e68e2

Please sign in to comment.