File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ version:
77 value : ' 1.x-{{env.CIRCLE_SHA1[:8]}}'
88
99sources :
10+ - binary : /tmp/workspace/artifacts/influxdb_bin_windows_amd64-*.tar.gz
11+ target : packages/
12+ arch : amd64
13+ plat : windows
14+
15+ - binary : /tmp/workspace/artifacts/influxdb_bin_darwin_amd64-*.tar.gz
16+ target : packages/
17+ arch : amd64
18+ plat : darwin
19+
1020 - binary : /tmp/workspace/artifacts/influxdb_bin_linux_amd64-*.tar.gz
1121 target : packages/
1222 arch : amd64
@@ -22,9 +32,14 @@ packages:
2232 description : Distributed time-series database.
2333 license : MIT
2434 binaries :
35+ # linux, darwin
2536 - influx
2637 - influx_inspect
2738 - influxd
39+ # windows
40+ - influx.exe
41+ - influx_inspect.exe
42+ - influxd.exe
2843 extras :
2944 - source : etc/config.sample.toml
3045 target : etc/influxdb/influxdb.conf
You can’t perform that action at this time.
0 commit comments