mirror of https://github.com/databricks/cli.git
Discontinue 32-bit Windows build (#1024)
## Changes Build failure for 32-bit Windows binary due to integer overflow in the SDK. We don't test 32-bit anywhere. I propose we stop publishing these builds until we receive evidence they are still useful. ## Tests n/a
This commit is contained in:
parent
94a9fe4385
commit
3338cfc455
|
@ -35,12 +35,6 @@ builds:
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- '386'
|
|
||||||
ignore:
|
|
||||||
- goos: darwin
|
|
||||||
goarch: '386'
|
|
||||||
- goos: linux
|
|
||||||
goarch: '386'
|
|
||||||
binary: databricks
|
binary: databricks
|
||||||
archives:
|
archives:
|
||||||
- format: zip
|
- format: zip
|
||||||
|
|
Loading…
Reference in New Issue