We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95cee1 commit 5023507Copy full SHA for 5023507
.github/workflows/satori.yaml
@@ -48,22 +48,6 @@ jobs:
48
artifacts/bin/coreclr/linux.arm64.Release/libclrjit.so
49
artifacts/bin/coreclr/linux.arm64.Release/System.Private.CoreLib.dll
50
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
67
build_windows_x64:
68
69
runs-on: windows-2025
0 commit comments