Skip to content

Commit 4cbef63

Browse files
authored
Merge pull request #8 from apiqube/dev
ci(ci): updated
2 parents 22d8ea9 + d34e868 commit 4cbef63

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)