Skip to content

Commit

Permalink
release packages for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Nov 16, 2022
1 parent 5b1f40b commit e1c1ea0
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
brews:
- install: |
bin.install "looppointer"
tap:
owner: kyoh86
name: homebrew-tap
folder: Formula
homepage: https://github.com/kyoh86/looppointer
description: An analyzer that checks for pointers to enclosing loop variables.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

project_name: looppointer
builds:
- goos:
- id: default
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
- arm64
- "386"
main: ./cmd/looppointer
hooks:
post:
- go get github.com/kyoh86/git-vertag
binary: looppointer
brews:
- install: |
bin.install "looppointer"
tap:
owner: kyoh86
name: homebrew-tap
folder: Formula
homepage: https://github.com/kyoh86/looppointer
description: An analyzer that checks for pointers to enclosing loop variables.
license: MIT
nfpms:
- builds:
- default
maintainer: kyoh86 <me@kyoh86.dev>
homepage: https://github.com/kyoh86/looppointer
description: An analyzer that checks for pointers to enclosing loop variables.
license: MIT
formats:
- apk
- deb
- rpm
archives:
- id: gzip
format: tar.gz
Expand Down

0 comments on commit e1c1ea0

Please sign in to comment.