Skip to content

Commit

Permalink
Add build release matrix to build target
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Osman <corey@logicminds.biz>
  • Loading branch information
logicminds committed Dec 6, 2023
1 parent 690da7b commit 658036e
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 @@ -112,7 +112,7 @@ serve-api.linkerd.io: build-api.linkerd.io
&& python3 -m http.server 9999

.PHONY: build-linkerd.io
build-linkerd.io: get-versions tmp/linkerd.io
build-linkerd.io: build-release-matrix get-versions tmp/linkerd.io
@# Build linkerd.io
ifndef HAS_HUGO
@printf "Install hugo first. For OSX: brew install hugo\n"; exit 1
Expand Down

0 comments on commit 658036e

Please sign in to comment.