Skip to content

Commit

Permalink
Merge pull request #75 from surajincloud/surajnarwade-patch-3
Browse files Browse the repository at this point in the history
Update .goreleaser.yml
  • Loading branch information
surajnarwade authored Feb 13, 2025
2 parents 9d162ac + 01d4cda commit ba323c1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
release:

before:
hooks:
- go mod tidy

builds:
- binary: kubectl-eks
main: ./main.go
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
targets:
- linux_amd64
- linux_arm64
- windows_amd64
- darwin_amd64
- darwin_arm64
env:
- CGO_ENABLED=0

brews:
- name: kubectl-eks
homepage: https://github.com/surajincloud/homebrew-tools
tap:
owner: surajincloud
name: homebrew-tools

checksum:
name_template: 'checksums.txt'

0 comments on commit ba323c1

Please sign in to comment.