mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fallback to default promu's crossbuild platforms list
This commit is contained in:
parent
a2b913f018
commit
d00e8f114d
24
.promu.yml
24
.promu.yml
|
@ -7,7 +7,7 @@ build:
|
||||||
path: ./cmd/prometheus
|
path: ./cmd/prometheus
|
||||||
- name: promtool
|
- name: promtool
|
||||||
path: ./cmd/promtool
|
path: ./cmd/promtool
|
||||||
flags: -tags netgo
|
flags: -a -tags netgo
|
||||||
ldflags: |
|
ldflags: |
|
||||||
-X {{repoPath}}/version.Version={{.Version}}
|
-X {{repoPath}}/version.Version={{.Version}}
|
||||||
-X {{repoPath}}/version.Revision={{.Revision}}
|
-X {{repoPath}}/version.Revision={{.Revision}}
|
||||||
|
@ -21,25 +21,3 @@ tarball:
|
||||||
- documentation/examples/prometheus.yml
|
- documentation/examples/prometheus.yml
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- NOTICE
|
- NOTICE
|
||||||
crossbuild:
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/386
|
|
||||||
- darwin/amd64
|
|
||||||
- darwin/386
|
|
||||||
- windows/amd64
|
|
||||||
- windows/386
|
|
||||||
- freebsd/amd64
|
|
||||||
- freebsd/386
|
|
||||||
- openbsd/amd64
|
|
||||||
- openbsd/386
|
|
||||||
- netbsd/amd64
|
|
||||||
- netbsd/386
|
|
||||||
- dragonfly/amd64
|
|
||||||
- linux/arm
|
|
||||||
- linux/arm64
|
|
||||||
- freebsd/arm
|
|
||||||
- openbsd/arm
|
|
||||||
- netbsd/arm
|
|
||||||
- linux/ppc64
|
|
||||||
- linux/ppc64le
|
|
||||||
|
|
Loading…
Reference in a new issue