mirror of
				https://github.com/C4illin/ConvertX.git
				synced 2025-10-30 19:43:30 +00:00 
			
		
		
		
	Merge pull request #292 from C4illin/native-arm64-builds
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -24,7 +24,15 @@ env: | ||||
|  | ||||
| jobs: | ||||
|    build: | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: ${{ matrix.runner }} | ||||
|     strategy: | ||||
|       matrix: | ||||
|         platform: [amd64, arm64] | ||||
|         include: | ||||
|           - platform: amd64 | ||||
|             runner: ubuntu-24.04 | ||||
|           - platform: arm64 | ||||
|             runner: ubuntu-24.04-arm | ||||
|     permissions: | ||||
|       contents: read | ||||
|       packages: write | ||||
| @@ -71,7 +79,7 @@ jobs: | ||||
|         uses: docker/build-push-action@v6 | ||||
|         with: | ||||
|           context: . | ||||
|           platforms: linux/amd64,linux/arm64 | ||||
|           platforms: linux/${{ matrix.platform }} | ||||
|           push: ${{ github.event_name != 'pull_request' }} | ||||
|           tags: ${{ steps.meta.outputs.tags }} | ||||
|           labels: ${{ steps.meta.outputs.labels }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user