Skip to content

Commit 8d5ef84

Browse files
Copilotpelikhan
andauthored
Remove windows-386 from release build targets (#13854)
* Initial plan * Remove windows-386 build from release Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent da7b88e commit 8d5ef84

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/build-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ platforms=(
2020
linux-amd64
2121
linux-arm
2222
linux-arm64
23-
windows-386
2423
windows-amd64
2524
windows-arm64
2625
)

scripts/test-install-script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ test_platform_detection "FreeBSD" "i386" "freebsd" "386" "freebsd-386"
122122
echo ""
123123
echo "Test 5: Windows platform detection"
124124
test_platform_detection "MINGW64_NT-10.0" "x86_64" "windows" "amd64" "windows-amd64"
125-
test_platform_detection "MINGW32_NT-10.0" "i686" "windows" "386" "windows-386"
126125
test_platform_detection "MSYS_NT-10.0" "x86_64" "windows" "amd64" "windows-amd64"
127126
test_platform_detection "CYGWIN_NT-10.0" "x86_64" "windows" "amd64" "windows-amd64"
128127

0 commit comments

Comments
 (0)