Skip to content

Commit

Permalink
(chore) update goreleaser config to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Jul 22, 2024
1 parent 13aaeef commit e8c56d3
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions .goreleaser.yml → .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
---
project_name: wwhrd
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 2

before:
hooks:
- go mod tidy

builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
env:
- CGO_ENABLED=0
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64

archives:
- id: github
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand All @@ -27,8 +36,8 @@ dockers:
goarch: amd64
dockerfile: Dockerfile
brews:
- folder: Formula
tap:
- directory: Formula
repository:
owner: frapposelli
name: homebrew-tap
commit_author:
Expand Down

0 comments on commit e8c56d3

Please sign in to comment.