Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Oct 31, 2024
1 parent 6a202aa commit eda3da5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

env:
- CGO_ENABLED=0
- GOFLAGS=-mod=vendor
Expand Down Expand Up @@ -33,16 +33,6 @@ builds:
- 7
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=binaryRelease
# - id: snap
# goos:
# - linux
# goarch:
# - amd64
# - arm
# - arm64
# - 386
# ldflags:
# - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=snap
- id: msi
goos:
- windows
Expand Down Expand Up @@ -86,7 +76,7 @@ checksum:
name_template: "checksums.txt"

snapshot:
name_template: "{{ incpatch .Tag }}"
version_template: "{{ incpatch .Tag }}"

changelog:
filters:
Expand Down

0 comments on commit eda3da5

Please sign in to comment.