Browse Source

add arm64 on release build

pull/61/head
Dimas Restu H 2 years ago
parent
commit
243b05e709
  1. 2
      .goreleaser.yml

2
.goreleaser.yml

@ -15,6 +15,7 @@ builds:
goarch: goarch:
- 386 - 386
- amd64 - amd64
- arm64
archives: archives:
- replacements: - replacements:
darwin: macos darwin: macos
@ -22,6 +23,7 @@ archives:
windows: windows windows: windows
386: 32-bit 386: 32-bit
amd64: 64-bit amd64: 64-bit
arm64: arm-64-bit
format: zip format: zip
files: files:
- LICENSE - LICENSE

Loading…
Cancel
Save