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:
Pieter Noordhuis 2023-11-29 15:06:51 +01:00 committed by GitHub
parent 94a9fe4385
commit 3338cfc455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@ builds:
goarch:
- amd64
- arm64
- '386'
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: '386'
binary: databricks
archives:
- format: zip