Skip to content

Commit 3338cfc

Browse files
authored
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
1 parent 94a9fe4 commit 3338cfc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ builds:
3535
goarch:
3636
- amd64
3737
- arm64
38-
- '386'
39-
ignore:
40-
- goos: darwin
41-
goarch: '386'
42-
- goos: linux
43-
goarch: '386'
4438
binary: databricks
4539
archives:
4640
- format: zip

0 commit comments

Comments
 (0)