Skip to content

Commit 5023507

Browse files
committed
Disable Windows x86 build
1 parent b95cee1 commit 5023507

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/satori.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,6 @@ jobs:
4848
artifacts/bin/coreclr/linux.arm64.Release/libclrjit.so
4949
artifacts/bin/coreclr/linux.arm64.Release/System.Private.CoreLib.dll
5050
51-
build_windows_x86:
52-
53-
runs-on: windows-2025
54-
steps:
55-
- uses: actions/checkout@v4
56-
- name: Build
57-
run: ./build.cmd -s clr -c Release -arch x86
58-
- name: Publish Artifacts
59-
uses: actions/[email protected]
60-
with:
61-
name: windows_x86
62-
path: |
63-
artifacts/bin/coreclr/windows.x86.Release/coreclr.dll
64-
artifacts/bin/coreclr/windows.x86.Release/clrjit.dll
65-
artifacts/bin/coreclr/windows.x86.Release/System.Private.CoreLib.dll
66-
6751
build_windows_x64:
6852

6953
runs-on: windows-2025

0 commit comments

Comments
 (0)