2019-01-23 20:19:05 +00:00
|
|
|
project_name: influxdb
|
2018-05-22 20:42:32 +00:00
|
|
|
builds:
|
2018-06-15 09:16:34 +00:00
|
|
|
- goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
main: ./cmd/influx/
|
2018-09-26 05:32:44 +00:00
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2019-01-23 20:40:20 +00:00
|
|
|
- CGO_ENABLED=0
|
2019-01-22 21:46:47 +00:00
|
|
|
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
|
2018-06-15 09:16:34 +00:00
|
|
|
binary: influx
|
2018-08-31 17:58:21 +00:00
|
|
|
- goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
main: ./cmd/influxd/
|
2018-09-26 05:32:44 +00:00
|
|
|
flags:
|
|
|
|
- -tags=assets
|
|
|
|
env:
|
|
|
|
- GO111MODULE=on
|
2019-01-23 20:43:20 +00:00
|
|
|
- CGO_ENABLED=0
|
2019-01-22 21:46:47 +00:00
|
|
|
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
|
2018-08-31 17:58:21 +00:00
|
|
|
binary: influxd
|
2018-12-20 22:17:32 +00:00
|
|
|
hooks:
|
|
|
|
pre: make generate
|
2018-05-22 20:42:32 +00:00
|
|
|
|
|
|
|
archive:
|
|
|
|
format: tar.gz
|
|
|
|
wrap_in_directory: true
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2019-01-23 22:14:58 +00:00
|
|
|
name_template: 'influxdb_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
|
2018-05-22 20:42:32 +00:00
|
|
|
.Arm }}{{ end }}'
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
s3:
|
|
|
|
-
|
|
|
|
bucket: dl.influxdata.com
|
|
|
|
region: us-east-1
|
2019-01-23 20:19:05 +00:00
|
|
|
folder: "influxdb/releases/"
|
2018-07-17 19:03:40 +00:00
|
|
|
|
|
|
|
dockers:
|
2019-01-16 16:11:37 +00:00
|
|
|
- goos: linux
|
|
|
|
goarch: amd64
|
2019-01-11 16:12:36 +00:00
|
|
|
binaries:
|
2019-01-16 16:11:37 +00:00
|
|
|
- influxd
|
|
|
|
- influx
|
2019-01-11 16:12:36 +00:00
|
|
|
image_templates:
|
2019-01-23 20:19:05 +00:00
|
|
|
- 'quay.io/influxdb/influxdb:{{ .Env.DOCKER_VERSION }}'
|
2018-08-31 17:58:21 +00:00
|
|
|
dockerfile: docker/influxd/Dockerfile
|
|
|
|
extra_files:
|
|
|
|
- docker/influxd/entrypoint.sh
|
2018-09-18 15:55:15 +00:00
|
|
|
|
|
|
|
# Do not make github release
|
|
|
|
release:
|
2019-01-23 20:19:05 +00:00
|
|
|
name_template: "v{{.Version}}"
|
|
|
|
prerelease: auto # when we go to GA remove this line
|
|
|
|
draft: true # when we go to GA remove this line
|
|
|
|
disable: true # we keep the artifacts in S3 and link from the website
|