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