Skip to content

Commit bec0538

Browse files
committed
add .goreleaser.yml
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 010e5d2 commit bec0538

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

.goreleaser.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
builds:
2+
- id: kubectl-tree
3+
main: ./cmd/kubectl-tree
4+
binary: kubectl-tree
5+
env:
6+
- CGO_ENABLED=0
7+
goos:
8+
- darwin
9+
- linux
10+
goarch:
11+
- amd64
12+
13+
archives:
14+
- builds:
15+
- kubectl-tree
16+
wrap_in_directory: false
17+
format: tar.gz
18+
files:
19+
- LICENSE

0 commit comments

Comments
 (0)