Skip to content

Commit

Permalink
Update goreleaser config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 5, 2024
1 parent 715ef4d commit aa413ee
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ rp-indexer

*~

.DS_Store
.DS_Store
dist/
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
builds:
- main: ./cmd/rp-indexer/main.go
binary: rp-indexer
goos:
- darwin
- linux
goarch:
- amd64
- arm64

changelog:
filters:
exclude:
- "^Update CHANGELOG.md"

archives:
- files:
- LICENSE
- README.md
1 change: 0 additions & 1 deletion deploy

This file was deleted.

19 changes: 0 additions & 19 deletions goreleaser.yml

This file was deleted.

0 comments on commit aa413ee

Please sign in to comment.