2018-05-22 20:42:32 +00:00
|
|
|
project_name: platform
|
|
|
|
builds:
|
2018-06-15 09:16:34 +00:00
|
|
|
- goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- 386
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
goarm:
|
|
|
|
- 6
|
|
|
|
- 7
|
|
|
|
ignore:
|
|
|
|
- goos: darwin
|
|
|
|
goarch: 386
|
|
|
|
- goos: windows
|
|
|
|
goarch: 386
|
|
|
|
main: ./cmd/influx/
|
2018-09-26 05:32:44 +00:00
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2018-06-15 09:16:34 +00:00
|
|
|
ldflags: -s -w -X main.commit={{.Commit}}
|
|
|
|
binary: influx
|
2018-08-31 17:58:21 +00:00
|
|
|
- goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- 386
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
goarm:
|
|
|
|
- 6
|
|
|
|
- 7
|
|
|
|
ignore:
|
|
|
|
- goos: darwin
|
|
|
|
goarch: 386
|
|
|
|
- goos: windows
|
|
|
|
goarch: 386
|
|
|
|
main: ./cmd/influxd/
|
2018-09-26 05:32:44 +00:00
|
|
|
flags:
|
|
|
|
- -tags=assets
|
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2018-08-31 17:58:21 +00:00
|
|
|
ldflags: -s -w -X main.commit={{.Commit}}
|
|
|
|
binary: influxd
|
2018-05-22 20:42:32 +00:00
|
|
|
|
|
|
|
archive:
|
|
|
|
format: tar.gz
|
|
|
|
wrap_in_directory: true
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
|
|
|
|
.Arm }}{{ end }}'
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
snapshot:
|
|
|
|
name_template: 'nightly'
|
|
|
|
|
|
|
|
s3:
|
|
|
|
-
|
|
|
|
bucket: dl.influxdata.com
|
|
|
|
region: us-east-1
|
2018-06-08 20:02:59 +00:00
|
|
|
folder: "flux/nightlies/"
|
2018-07-17 19:03:40 +00:00
|
|
|
|
|
|
|
dockers:
|
2018-08-31 17:58:21 +00:00
|
|
|
-
|
|
|
|
binary: influxd
|
|
|
|
image: quay.io/influxdb/influx
|
|
|
|
dockerfile: docker/influxd/Dockerfile
|
|
|
|
extra_files:
|
|
|
|
- docker/influxd/entrypoint.sh
|
2018-09-18 15:55:15 +00:00
|
|
|
|
|
|
|
# Do not make github release
|
|
|
|
release:
|
2018-09-18 16:07:00 +00:00
|
|
|
disable: true
|