mirror of
				https://github.com/diamante0018/master-tool.git
				synced 2025-10-31 00:16:58 +00:00 
			
		
		
		
	maint: remove arm64 from macosx
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -139,7 +139,6 @@ jobs: | ||||
|           - Release | ||||
|         arch: | ||||
|           - x64 | ||||
|           - arm64 | ||||
|         include: | ||||
|           - configuration: Debug | ||||
|             config: debug | ||||
| @@ -147,8 +146,6 @@ jobs: | ||||
|             config: release | ||||
|           - arch: x64 | ||||
|             platform: x64 | ||||
|           - arch: arm64 | ||||
|             platform: arm64 | ||||
|     steps: | ||||
|       - name: Check out files | ||||
|         uses: actions/checkout@v3.5.3 | ||||
| @@ -171,11 +168,11 @@ jobs: | ||||
|       - name: Build ${{matrix.configuration}} ${{matrix.arch}} binaries | ||||
|         run: | | ||||
|           pushd build | ||||
|           make config=${{matrix.config}}_${{matrix.platform}} -j$(sysctl -n hw.logicalcpu) | ||||
|           make config=${{matrix.config}}_${{matrix.arch}} -j$(sysctl -n hw.logicalcpu) | ||||
|  | ||||
|       - name: Upload ${{matrix.configuration}} ${{matrix.arch}} binaries | ||||
|         uses: actions/upload-artifact@v3.1.2 | ||||
|         with: | ||||
|           name: macOS ${{matrix.configuration}} ${{matrix.arch}} binaries | ||||
|           path: | | ||||
|             build/bin/${{matrix.platform}}/${{matrix.configuration}}/xlabs-master-tool | ||||
|             build/bin/${{matrix.arch}}/${{matrix.configuration}}/xlabs-master-tool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user