Skip to content

Commit d0c94e9

Browse files
authored
chore(CI): build windows and darwin packages (#26822)
1 parent 88c1c31 commit d0c94e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/packages/config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ version:
77
value: '1.x-{{env.CIRCLE_SHA1[:8]}}'
88

99
sources:
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

0 commit comments

Comments
 (0)