Skip to content

Commit

Permalink
chore: Update .goreleaser.yaml to version 2 and set goarm to "7"
Browse files Browse the repository at this point in the history
  • Loading branch information
kespineira committed Jun 18, 2024
1 parent 73610f0 commit 8cd6be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
dist: build
builds:
- main: ./cmd/uptimerobot_exporter
Expand All @@ -13,8 +14,7 @@ builds:
- arm64
- arm
goarm:
- 6
- 7
- "7"
ldflags: '-s -w -X main.version={{.Version}}'

archives:
Expand Down

0 comments on commit 8cd6be1

Please sign in to comment.