From 799228d9a222fafbae86779ea6e062baefec446b Mon Sep 17 00:00:00 2001 From: irbekrm Date: Wed, 30 Jun 2021 09:56:13 +0100 Subject: [PATCH] Adds a 'make release_tars' target Signed-off-by: irbekrm --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index ab9510ca0..4a7a0344e 100644 --- a/Makefile +++ b/Makefile @@ -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