Skip to content

Commit 3542c71

Browse files
authored
Revert "Build release for MacOS" (#31)
1 parent 1760eaf commit 3542c71

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# Feel free to remove those if you don't want/need to use them.
66
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
77
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8-
#
9-
version: 2
108

119
project_name: telescope
1210

@@ -17,17 +15,13 @@ before:
1715
builds:
1816
- env:
1917
- CGO_ENABLED=0
20-
2118
goos:
2219
- linux
23-
- darwin
24-
2520
goarch:
2621
- amd64
2722
- arm64
28-
2923
goamd64:
30-
- v1
24+
- v1
3125
main: ./cmd/agent/
3226
ldflags:
3327
- -s -w -X main.version={{.Version}}
@@ -42,8 +36,8 @@ archives:
4236
- README.md
4337

4438
checksum:
45-
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
46-
algorithm: sha256
39+
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
40+
algorithm: sha256
4741

4842
changelog:
4943
sort: asc

0 commit comments

Comments
 (0)