mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-06 05:31:44 +00:00
Fix Go download link for several archs and OSes.
This commit is contained in:
parent
fb7bebc591
commit
a00d9201cd
@ -15,8 +15,8 @@ VERSION := 0.1.0
|
||||
|
||||
TARGET := alertmanager
|
||||
|
||||
OS := $(subst Darwin,darwin,$(subst Linux,linux,$(shell uname)))
|
||||
ARCH := $(subst x86_64,amd64,$(shell uname -m))
|
||||
OS := $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(shell uname))))
|
||||
ARCH := $(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m)))
|
||||
|
||||
# The release engineers apparently need to key their binary artifacts to the
|
||||
# Mac OS X release family.
|
||||
|
Loading…
Reference in New Issue
Block a user