We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fab96 commit b34dee4Copy full SHA for b34dee4
.goreleaser.yml
@@ -1,32 +1,28 @@
1
+version: 2
2
+
3
builds:
4
- binary: oshiv
5
+ id: oshiv
6
goos:
7
- darwin
8
- linux
9
+ - windows
10
goarch:
11
- amd64
12
- arm64
13
env:
14
- CGO_ENABLED=0
15
flags:
16
- -mod=vendor
17
+ ldflags:
18
+ - "-s -w -X 'github.com/cnopslabs/oshiv/cmd.version={{.Version}}'"
19
20
21
release:
22
prerelease: auto
23
24
universal_binaries:
25
- replace: true
26
-brews:
- -
- name: askcloudhelloworld
- homepage: https://github.com/cnopslabs/oshiv
- tap:
- owner: cnopslabs
- name: homebrew-cnopslabs
27
- commit_author:
28
- name: rozdolsky33
29
- email: rozdolskyvolodymyr@gmail.com
30
-
31
checksum:
32
name_template: 'checksums.txt'
0 commit comments