Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
aca committed Jan 25, 2020
1 parent c256fb1 commit d3b7df1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
before:
hooks:
- go mod tidy
builds:
- id: "kubens"
binary: kubens
main: ./cmd/kubens
- id: "kubectx"
binary: kubectx
main: ./cmd/kubectx
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc

0 comments on commit d3b7df1

Please sign in to comment.