Skip to content

Commit e9edb68

Browse files
committed
release packages for linux
1 parent 71e1e05 commit e9edb68

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

.goreleaser.yml

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
1-
brews:
2-
- install: |
3-
bin.install "exportloopref"
4-
tap:
5-
owner: kyoh86
6-
name: homebrew-tap
7-
folder: Formula
8-
homepage: https://github.com/kyoh86/exportloopref
9-
description: An analyzer that finds exporting pointers for loop variables.
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
3+
project_name: exportloopref
104
builds:
11-
- goos:
5+
- id: default
6+
goos:
127
- linux
138
- darwin
149
- windows
1510
goarch:
1611
- amd64
17-
- arm
1812
- arm64
1913
- "386"
2014
main: ./cmd/exportloopref
21-
hooks:
22-
post:
23-
- go get github.com/kyoh86/git-vertag
15+
binary: exportloopref
16+
brews:
17+
- install: |
18+
bin.install "exportloopref"
19+
tap:
20+
owner: kyoh86
21+
name: homebrew-tap
22+
folder: Formula
23+
homepage: https://github.com/kyoh86/exportloopref
24+
description: An analyzer that finds exporting pointers for loop variables.
25+
license: MIT
26+
nfpms:
27+
- builds:
28+
- default
29+
maintainer: kyoh86 <me@kyoh86.dev>
30+
homepage: https://github.com/kyoh86/exportloopref
31+
description: An analyzer that finds exporting pointers for loop variables.
32+
license: MIT
33+
formats:
34+
- apk
35+
- deb
36+
- rpm
2437
archives:
2538
- id: gzip
2639
format: tar.gz

0 commit comments

Comments
 (0)