Skip to content

Commit c2f4de8

Browse files
author
Chris Clearwater
authored
Add tool download URLs for Windows (#375)
1 parent 677e591 commit c2f4de8

14 files changed

Lines changed: 61 additions & 2 deletions

File tree

.git-blame-ignore-revs

Whitespace-only changes.

linters/nancy/plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ lint:
4040
list: ["${runtime}", "${linter}", "${env.PATH}"]
4141
- name: USER
4242
value: ${env.USER}
43+
optional: true
4344
known_good_version: 1.0.41

linters/trivy/plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ lint:
5656
list: ["${linter}", "${env.PATH}"] # system path for docker
5757
- name: USER
5858
value: ${env.USER}
59+
optional: true

tools/bazel/plugin.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ downloads:
1010
x86_64: x86_64
1111
arm_64: arm64
1212
url: https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-${os}-${cpu}
13+
- os:
14+
windows: windows
15+
cpu:
16+
x86_64: x86_64
17+
arm_64: arm64
18+
url: https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-${os}-${cpu}.exe
1319
tools:
1420
definitions:
1521
- name: bazel

tools/eksctl/plugin.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ downloads:
88
cpu:
99
x86_64: amd64
1010
arm_64: arm64
11-
url: https://github.com/weaveworks/eksctl/releases/download/v${version}/eksctl_${os}_${cpu}.tar.gz
11+
url: https://github.com/eksctl-io/eksctl/releases/download/v${version}/eksctl_${os}_${cpu}.tar.gz
12+
- os:
13+
windows: Windows
14+
cpu:
15+
x86_64: amd64
16+
arm_64: arm64
17+
url: https://github.com/eksctl-io/eksctl/releases/download/v${version}/eksctl_${os}_${cpu}.zip
1218
tools:
1319
definitions:
1420
- name: eksctl

tools/gh/plugin.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ downloads:
99
arm_64: arm64
1010
url: https://github.com/cli/cli/releases/download/v${version}/gh_${version}_${os}_${cpu}.tar.gz
1111
strip_components: 1
12+
- os:
13+
windows: windows
14+
cpu:
15+
x86_64: amd64
16+
arm_64: arm64
17+
url: https://github.com/cli/cli/releases/download/v${version}/gh_${version}_${os}_${cpu}.zip
18+
strip_components: 1
1219
# macOS releases since 2.28.0 started using .zip instead of .tar.gz
1320
- os:
1421
macos: macOS

tools/gt/plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ downloads:
77
linux: linux
88
macos: macos
99
url: https://github.com/withgraphite/graphite-cli/releases/download/v${version}/gt-${os}
10+
- os:
11+
windows: win
12+
url: https://github.com/withgraphite/graphite-cli/releases/download/v${version}/gt-${os}.exe
1013
tools:
1114
definitions:
1215
- name: gt

tools/helm/plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ downloads:
55
- os:
66
linux: linux
77
macos: darwin
8+
windows: windows
89
cpu:
910
x86_64: amd64
1011
arm_64: arm64

tools/ibazel/plugin.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ downloads:
1010
x86_64: amd64
1111
arm_64: arm64
1212
url: https://github.com/bazelbuild/bazel-watcher/releases/download/v${version}/ibazel_${os}_${cpu}
13+
- os:
14+
windows: windows
15+
cpu:
16+
x86_64: amd64
17+
arm_64: arm64
18+
url: https://github.com/bazelbuild/bazel-watcher/releases/download/v${version}/ibazel_${os}_${cpu}.exe
1319
tools:
1420
definitions:
1521
- name: ibazel

tools/istioctl/plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ downloads:
1010
x86_64: amd64
1111
arm_64: arm64
1212
url: https://github.com/istio/istio/releases/download/${version}/istioctl-${version}-linux-${cpu}.tar.gz
13+
# No windows build as of 1.18.1
1314
tools:
1415
definitions:
1516
- name: istioctl

0 commit comments

Comments
 (0)