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 dda98b5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.dylib
fabfile.py
fabfile.pyc
deploy/
deploy
rp-indexer

# Test binary, build with `go test -c`
Expand All @@ -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 dda98b5

Please sign in to comment.