Skip to content

Commit

Permalink
Migrate syntax for goreleaser:v0.120.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed Sep 13, 2021
1 parent d12e1ba commit a9188b6
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:
- binary: yace
main: ./cmd/yace
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
files:
- none*
- binary: yace
main: ./cmd/yace
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
files:
- none*
changelog:
skip: true
checksum:
Expand Down

0 comments on commit a9188b6

Please sign in to comment.