Skip to content

Commit c469c79

Browse files
committed
makefile: apply tags to install command
1 parent 90941dc commit c469c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build:
5858

5959
install:
6060
@$(call print, "Installing aperture.")
61-
$(GOINSTALL) $(PKG)/cmd/aperture
61+
$(GOINSTALL) -tags="${tags}" $(PKG)/cmd/aperture
6262

6363
docker-tools:
6464
@$(call print, "Building tools docker image.")

0 commit comments

Comments
 (0)