Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored May 19, 2023
1 parent 49ff2ea commit 9fbd31d
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 @@ -14,7 +14,7 @@ all: init-builder build-amd64 build-arm64 build-multi-arch-image \
login push-image

.PHONY: all-nologin
all-nologin: init-builder build-amd64 build-arm64 build-multi-arch-image \
all-nologin: build-amd64 build-arm64 build-multi-arch-image \
build-sidecar-init build-envoy-sidecar-init \
push-image

Expand Down

0 comments on commit 9fbd31d

Please sign in to comment.