Skip to content

Commit

Permalink
Merge pull request #153 from mallardduck/goreleaser-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Jan 28, 2025
2 parents 4198438 + 3e61e0e commit b6cb682
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,6 @@ before:
hooks:
- go mod tidy
builds:
- id: helm-locker
main: ./cmd/helm-locker/main.go
goos:
- linux
goarch:
- amd64
- arm64
binary: helm-locker
ldflags:
- -extldflags
- -static
- -s
- -X main.Version={{.Version}} -X main.GitCommit={{.Commit}}
flags:
- -trimpath
env:
- CGO_ENABLED=0
- id: helm-project-operator
main: ./cmd/helm-project-operator/main.go
goos:
- linux
goarch:
- amd64
- arm64
binary: helm-project-operator
ldflags:
- -extldflags
- -static
- -s
- -X main.Version={{.Version}} -X main.GitCommit={{.Commit}}
flags:
- -trimpath
env:
- CGO_ENABLED=0
- id: prometheus-federator
main: ./cmd/prometheus-federator/main.go
goos:
Expand All @@ -60,14 +26,6 @@ archives:
builds:
- prometheus-federator
name_template: '{{ .Binary }}-{{ .Arch }}'
- id: helm-project-operator
builds:
- helm-project-operator
name_template: '{{ .Binary }}-{{ .Arch }}'
- id: helm-locker
builds:
- helm-locker
name_template: '{{ .Binary }}-{{ .Arch }}'
release:
prerelease: auto
extra_files:
Expand Down

0 comments on commit b6cb682

Please sign in to comment.