Skip to content

Commit

Permalink
remove unneeded os and arch (for now?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spurrier committed Mar 30, 2024
1 parent a0d4834 commit 25d929f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,9 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows

goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7

# GOAMD64 to build when GOARCH is amd64.
# For more info refer to: https://golang.org/doc/install/source#environment
#
# Default: [ 'v1' ]
goamd64:
- v1
- v2
- v3
- v4

mod_timestamp: "{{ .CommitTimestamp }}"

archives:
Expand Down

0 comments on commit 25d929f

Please sign in to comment.