Skip to content

Commit

Permalink
Build only for useful platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
RincewindsHat committed Nov 11, 2023
1 parent 66f2f7d commit c7ef286
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 c7ef286

Please sign in to comment.