File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 4646        path :  | 
4747          artifacts/bin/coreclr/linux.arm64.Release/libcoreclr.so 
4848          artifacts/bin/coreclr/linux.arm64.Release/libclrjit.so 
49-           artifacts/bin/coreclr/linux.arm64.Release/System.Private.CoreLib.dll 
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+ 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 
70+     steps :
71+     - uses : actions/checkout@v4 
72+     - name : Build 
73+       run : ./build.cmd -s clr -c Release -arch x64 
74+     - name : Publish Artifacts 
75+ 76+       with : 
77+         name : windows_x64 
78+         path :  | 
79+           artifacts/bin/coreclr/windows.x64.Release/coreclr.dll 
80+           artifacts/bin/coreclr/windows.x64.Release/clrjit.dll 
81+           artifacts/bin/coreclr/windows.x64.Release/System.Private.CoreLib.dll 
82+ 
83+    build_windows_arm64 :
84+ 
85+     runs-on : windows-2025 
86+     steps :
87+     - uses : actions/checkout@v4 
88+     - name : Build 
89+       run : ./build.cmd -s clr -c Release -arch arm64 
90+     - name : Publish Artifacts 
91+ 92+       with : 
93+         name : windows_arm64 
94+         path :  | 
95+           artifacts/bin/coreclr/windows.arm64.Release/coreclr.dll 
96+           artifacts/bin/coreclr/windows.arm64.Release/clrjit.dll 
97+           artifacts/bin/coreclr/windows.arm64.Release/System.Private.CoreLib.dll 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments