mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Adds a 'make release_tars' target
Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
@@ -139,3 +139,14 @@ images_push:
|
||||
--define image_type=$(BASE_IMAGE) \
|
||||
$(CGO_DISABLED) \
|
||||
//:images.push
|
||||
|
||||
# Release targets
|
||||
################
|
||||
|
||||
.PHONY: release_tars
|
||||
release_tars:
|
||||
DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
|
||||
bazel build \
|
||||
--stamp \
|
||||
--platforms=$(PLATFORM) \
|
||||
//build/release-tars
|
||||
|
||||
Reference in New Issue
Block a user