Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Sep 3, 2020
1 parent 06c329e commit aac5d88
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
builds:
- env:
- CGO_ENABLED=0
- goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
- format_overrides:
- goos: windows
Expand Down

0 comments on commit aac5d88

Please sign in to comment.