From e504c78ff53756cbaad7ad2715aad390343978e9 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 12 Oct 2023 16:53:52 +0200 Subject: [PATCH] make: enable monitoring build tag by default for release builds The official docker image and binary release build should have the Prometheus monitoring capability built in by default. We enable that by adding the `monitoring` tag to the list of release build tags. --- make/release_flags.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/release_flags.mk b/make/release_flags.mk index 5ba539520..6af613434 100644 --- a/make/release_flags.mk +++ b/make/release_flags.mk @@ -20,7 +20,7 @@ linux-armv7 \ linux-arm64 \ windows-amd64 -RELEASE_TAGS = +RELEASE_TAGS = monitoring # One can either specify a git tag as the version suffix or one is generated # from the current date.