forked from istio/get-istioctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yaml
35 lines (34 loc) · 1.12 KB
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'get-istioctl'
description: 'Get a specific version of istioctl using semver match'
branding:
icon: 'terminal'
color: 'blue'
runs:
using: 'node20'
main: 'dist/index.js'
inputs:
version:
description: "a semver matching expression, indicating which istio version
is of interest. the max satisfying version will be returned."
required: true
os:
required: false
default: local
description: "the target operating system, must be one of linux, win, osx, local (default)"
arch:
required: false
default: local
description: "the required architecture for binaries. currently supports amd64, arm64, armv7, and local (default)"
outputs:
version:
description: "the selected istioctl version"
major:
description: "the major portion of the selected istioctl version"
minor:
description: "the minor portion of the selected istioctl version"
patch:
description: "the patch portion of the selected istioctl version"
istioctl-url:
description: the url for downloading the specified istioctl
istio-url:
description: the url for downloading the specified istio binaries