diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index 49f690f49a8..29ab675f80e 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -24,7 +24,7 @@ system_accounts="_prometheus" make_dirs="/var/lib/prometheus 700 _prometheus _prometheus" pre_build() { - make assets + CGO_ENABLED=0 GOARCH= make assets } post_install() {