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 Feb 27, 2025
1 parent d59bf43 commit 59db2b6
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 59db2b6

Please sign in to comment.