From 3338cfc4550a0602626d7af7d51e05d6caccdfb2 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 29 Nov 2023 15:06:51 +0100 Subject: [PATCH] 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 --- .goreleaser.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ef5846d2..0cf87a9c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -35,12 +35,6 @@ builds: goarch: - amd64 - arm64 - - '386' - ignore: - - goos: darwin - goarch: '386' - - goos: linux - goarch: '386' binary: databricks archives: - format: zip