Skip to content

Commit

Permalink
Fallback to default promu's crossbuild platforms list
Browse files Browse the repository at this point in the history
  • Loading branch information
sdurrheimer committed May 5, 2016
1 parent a2b913f commit d00e8f1
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
path: ./cmd/prometheus
- name: promtool
path: ./cmd/promtool
flags: -tags netgo
flags: -a -tags netgo
ldflags: |
-X {{repoPath}}/version.Version={{.Version}}
-X {{repoPath}}/version.Revision={{.Revision}}
Expand All @@ -21,25 +21,3 @@ tarball:
- documentation/examples/prometheus.yml
- LICENSE
- 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

0 comments on commit d00e8f1

Please sign in to comment.