Skip to content

Commit

Permalink
Discontinue 32-bit Windows build (#1024)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
pietern authored Nov 29, 2023
1 parent 94a9fe4 commit 3338cfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ builds:
goarch:
- amd64
- arm64
- '386'
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: '386'
binary: databricks
archives:
- format: zip
Expand Down

0 comments on commit 3338cfc

Please sign in to comment.