Skip to content

Commit

Permalink
Merge pull request #9 from NETWAYS/changes_to_release_build
Browse files Browse the repository at this point in the history
Build only for useful platforms
  • Loading branch information
RincewindsHat authored Nov 11, 2023
2 parents 66f2f7d + c7ef286 commit 5abaa51
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
before:
hooks:
- go mod download
build:
skip: true

release:
github:
draft: true
Expand All @@ -17,3 +16,10 @@ changelog:
builds:
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- arm
- arm64
- amd64
- riscv64

0 comments on commit 5abaa51

Please sign in to comment.