diff --git a/export/main.go b/export/main.go index 4e73455..7a874b6 100644 --- a/export/main.go +++ b/export/main.go @@ -59,6 +59,10 @@ func BuildCliBinaryAllVersion() { GOOS: "linux", GOARCH: "386", }, + { + GOOS: "linux", + GOARCH: "amd64", + }, { GOOS: "linux", GOARCH: "arm", @@ -75,6 +79,11 @@ func BuildCliBinaryAllVersion() { GOOS: "darwin", GOARCH: "amd64", }, + { + GOOS: "windows", + GOARCH: "386", + Ext: ".exe", + }, { GOOS: "windows", GOARCH: "amd64",