Skip to content

Commit

Permalink
chore: Configure Go Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Aug 11, 2024
1 parent 49595e2 commit 6337ec2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
project_name: kube-switcher

builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ldflags:
- -s -w -X github.com/mirceanton/kube-switcher/cmd.version={{.Version}}

archives:
- name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"

checksum:
name_template: "checksums.txt"

0 comments on commit 6337ec2

Please sign in to comment.