Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit e7cd222

Browse files
committed
chore: fix goreleaser
1 parent a84421b commit e7cd222

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.goreleaser.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
builds:
2-
goos:
3-
- linux
4-
- darwin
5-
- windows
6-
goarch:
7-
- amd64
2+
- goos:
3+
- linux
4+
- darwin
5+
- windows
6+
goarch:
7+
- amd64
8+
- arm64
9+
goarm:
10+
- 7
11+
main: ./main.go
12+
binary: admin-cli

0 commit comments

Comments
 (0)