Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Sep 10, 2024
1 parent 5950a03 commit 68d816d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2

archives:
- name_template: '{{ .ProjectName }}-{{ replace .Version "v" "" }}-{{ .Os }}-{{ .Arch }}'
format_overrides:
Expand All @@ -22,6 +25,9 @@ builds:
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
ldflags:
- -s -w
- -X github.com/sapcc/go-api-declarations/bininfo.binName=absent-metrics-operator
Expand All @@ -36,4 +42,4 @@ release:
prerelease: auto

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

0 comments on commit 68d816d

Please sign in to comment.