Skip to content

Commit

Permalink
ci: Add goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Aug 19, 2024
1 parent 9396ef4 commit 461ecda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .goreleaser.yaml
builds:
- binary: twitch-exporter
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7

0 comments on commit 461ecda

Please sign in to comment.