From 05356e76de82724ebf104457cb4cf1e91920621e Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 25 Oct 2023 16:06:17 +0100 Subject: [PATCH] Build: remove -a from build to speed up rebuilds (#13026) I think this is a hold-over from when Go was less careful about separating architectures. Signed-off-by: Bryan Boreham --- .promu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.promu.yml b/.promu.yml index 9f5948523..e5e01181c 100644 --- a/.promu.yml +++ b/.promu.yml @@ -18,7 +18,6 @@ build: windows: - builtinassets - stringlabels - flags: -a ldflags: | -X github.com/prometheus/common/version.Version={{.Version}} -X github.com/prometheus/common/version.Revision={{.Revision}}