-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathk9s.yaml
41 lines (35 loc) · 923 Bytes
/
k9s.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
35
36
37
38
39
40
41
package:
name: k9s
version: 0.32.0
epoch: 0
description: Kubernetes CLI To Manage Your Clusters In Style!
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 0d1653101696aaed67984d0188407503426c20e0
repository: https://github.com/derailed/k9s
tag: v${{package.version}}
- uses: go/build
with:
packages: .
ldflags: -s -w -X github.com/derailed/k9s/cmd.version=v${{package.version}} -X github.com/derailed/k9s/cmd.commit=$(git rev-parse HEAD) -X github.com/derailed/k9s/cmd.date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
repository: https://github.com/derailed/k9s
output: k9s
- uses: strip
update:
enabled: true
github:
identifier: derailed/k9s
strip-prefix: v
test:
pipeline:
- runs: |
k9s version