Skip to content

Commit

Permalink
Fix: Fixing goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Mar 4, 2025
1 parent a804807 commit ebaedd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ builds:
- linux
- windows
- darwin
ldflags:
#Default: '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser'.
#- -s -w -X github.com/kong/konnect-orchestrator/cmd/koctl/command.VERSION={{ .Tag }} -X github.com/kong/deck/cmd.COMMIT={{ .ShortCommit }}
#- -s -w -X cmd/koctl/main.VERSION={{ .Tag }}
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
formats: [ 'zip' ]
Expand Down

0 comments on commit ebaedd3

Please sign in to comment.