Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
#
version: 2

project_name: telescope

Expand All @@ -15,13 +17,17 @@ before:
builds:
- env:
- CGO_ENABLED=0

goos:
- linux
- darwin

goarch:
- amd64
- arm64

goamd64:
- v1
- v1
main: ./cmd/agent/
ldflags:
- -s -w -X main.version={{.Version}}
Expand All @@ -36,8 +42,8 @@ archives:
- README.md

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256

changelog:
sort: asc
Expand Down
Loading