Skip to content

Commit

Permalink
Added build automation
Browse files Browse the repository at this point in the history
Added goreleaser to automate building and releasing.
  • Loading branch information
ernoaapa committed Dec 19, 2018
1 parent 2d1a529 commit e40c882
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
builds:
- binary: kubectl-warp
env:
- CGO_ENABLED=0

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

brew:
name: warp
github:
owner: ernoaapa
name: homebrew-kubectl-plugins
homepage: "https://github.com/ernoaapa/kubectl-warp"
description: "Kubectl plugin to sync files and execute arbitary command in Kubernetes"
test: |
system "#{bin}/kubectl-warp --version"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit e40c882

Please sign in to comment.