Skip to content

Commit

Permalink
Remove 32bit Windows builds
Browse files Browse the repository at this point in the history
We don't support 32bit Windows anymore.
  • Loading branch information
Gold856 committed Dec 22, 2024
1 parent 8a1e1ca commit e02af35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,12 @@ jobs:
- artifact-name: Win64Release
architecture: x64
build-options: "-PskipDebug"
- artifact-name: Win32Release
architecture: x86
build-options: "-PskipDebug"
- artifact-name: WinArm64Release
architecture: x64
build-options: "-PskipDebug -Pplatform=windows-arm64"
- artifact-name: Win64
architecture: x64
build-options: "-PskipRelease -PskipSources"
- artifact-name: Win32
architecture: x86
build-options: "-PskipRelease -PskipSources"
- artifact-name: WinArm64
architecture: x64
build-options: "-PskipRelease -PskipSources -Pplatform=windows-arm64"
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def getPlatformPath(platform) {
return "osx/x86-64"
} else if (platform == "osx-arm64") {
return "osx/arm64"
} else if (platform == "windows-x86") {
return "windows/x86"
} else if (platform == "windows-x86_64") {
return "windows/x86-64"
} else if (platform == "windows-arm64") {
Expand Down

0 comments on commit e02af35

Please sign in to comment.