Skip to content

Commit

Permalink
Release swag for Linux/ARM64 (#842)
Browse files Browse the repository at this point in the history
Added ARM64 architecture to .goreleaser.yml for releasing Linux/ARM64 binary.

Signed-off-by: odidev <[email protected]>

Co-authored-by: Eason Lin <[email protected]>
  • Loading branch information
odidev and easonlin404 authored Nov 30, 2020
1 parent 031a42d commit e18fc86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
build:
main: cmd/swag/main.go
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- 386
ignore:
- goos: darwin
goarch: arm64
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
arm64: aarch64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e18fc86

Please sign in to comment.