Skip to content

Commit e18fc86

Browse files
odideveasonlin404
andauthored
Release swag for Linux/ARM64 (#842)
Added ARM64 architecture to .goreleaser.yml for releasing Linux/ARM64 binary. Signed-off-by: odidev <[email protected]> Co-authored-by: Eason Lin <[email protected]>
1 parent 031a42d commit e18fc86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
build:
22
main: cmd/swag/main.go
3+
goos:
4+
- linux
5+
- darwin
6+
goarch:
7+
- amd64
8+
- arm64
9+
- 386
10+
ignore:
11+
- goos: darwin
12+
goarch: arm64
313
archive:
414
replacements:
515
darwin: Darwin
616
linux: Linux
717
windows: Windows
818
386: i386
919
amd64: x86_64
20+
arm64: aarch64
1021
checksum:
1122
name_template: 'checksums.txt'
1223
snapshot:

0 commit comments

Comments
 (0)