Skip to content

Commit

Permalink
ci: fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Aug 7, 2024
1 parent 0bbef00 commit 8c295e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# .goreleaser.yaml
builds:
binary: twitch-exporter
- binary: twitch-exporter
env:
- CGO_ENABLED=0

# GOOS list to build for.
# For more info refer to: https://go.dev/doc/install/source#environment
#
# Default: [ 'darwin', 'linux', 'windows' ].
goos:
- linux

goarch:
- amd64
- arm
- arm64

goarm:
- 6
- 7

0 comments on commit 8c295e2

Please sign in to comment.