Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Aug 8, 2024
1 parent 3a4de05 commit 58ba2bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions export/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ func BuildCliBinaryAllVersion() {
GOOS: "linux",
GOARCH: "386",
},
{
GOOS: "linux",
GOARCH: "amd64",
},
{
GOOS: "linux",
GOARCH: "arm",
Expand All @@ -75,6 +79,11 @@ func BuildCliBinaryAllVersion() {
GOOS: "darwin",
GOARCH: "amd64",
},
{
GOOS: "windows",
GOARCH: "386",
Ext: ".exe",
},
{
GOOS: "windows",
GOARCH: "amd64",
Expand Down

0 comments on commit 58ba2bf

Please sign in to comment.