Skip to content

Commit

Permalink
fix gorelaser check
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Dec 6, 2024
1 parent 7c73f98 commit 4f71bfd
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
version: 2
builds:
- # First Build
env:
Expand All @@ -13,22 +15,9 @@ builds:
# Set the binary output location to bin/ so archive will comply with Sensu Go Asset structure
binary: bin/{{ .ProjectName }}
goos:
- linux
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
targets:
- linux_386
- linux_amd64
- linux_arm_5
- linux_arm_6
- linux_arm_7
- linux_arm64

Expand Down

0 comments on commit 4f71bfd

Please sign in to comment.