mirror of https://github.com/databricks/cli.git
Build 32 bit Windows
Win32 is needed by VSCode as a fallback.
This commit is contained in:
parent
21bc774491
commit
7e42819efb
|
@ -16,6 +16,12 @@ builds:
|
|||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
- '386'
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: '386'
|
||||
- goos: linux
|
||||
goarch: '386'
|
||||
binary: '{{ .ProjectName }}_v{{ .Version }}'
|
||||
archives:
|
||||
- format: zip
|
||||
|
|
Loading…
Reference in New Issue