We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22d8ea9 + d34e868 commit 4cbef63Copy full SHA for 4cbef63
1 file changed
.goreleaser.yml
@@ -0,0 +1,12 @@
1
+builds:
2
+ - id: "cli"
3
+ dir: ./cmd
4
+ main: .
5
+ binary: "qube"
6
+ goos:
7
+ - linux
8
+ - darwin
9
+ - windows
10
+ goarch:
11
+ - amd64
12
+ - arm64
0 commit comments