Skip to content

Commit 241a892

Browse files
authored
universal binary (#37)
* test universal binary * add arm64
1 parent 5465c81 commit 241a892

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ builds:
1515
- linux
1616
goarch:
1717
- amd64
18-
#- 386
18+
- arm64
1919
ldflags:
2020
- -s -w
2121
-X github.com/tk3fftk/sdctl/command.version={{.Version}}
@@ -39,3 +39,5 @@ changelog:
3939
exclude:
4040
- '^docs:'
4141
- '^test:'
42+
universal_binaries:
43+
- replace: true

0 commit comments

Comments
 (0)