mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 16:16:23 +01:00 
			
		
		
		
	ci: use explicit deploy-multi-arch-images needs:
dynamic job references not supported.
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -104,10 +104,9 @@ jobs: | ||||
|         run: | | ||||
|             docker image push dockcross/base --all-tags | ||||
|  | ||||
|   image: | ||||
|     name: ${{ matrix.arch_name.image }} | ||||
|     needs: base | ||||
|     runs-on: ubuntu-22.04 | ||||
|   images: | ||||
|     needs: [base, base-multiarch] | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     env: | ||||
|       OCI_EXE: docker | ||||
|     strategy: | ||||
| @@ -1510,7 +1509,8 @@ jobs: | ||||
|             make ${{ matrix.arch_name.image }}.push | ||||
|  | ||||
|   deploy-multi-arch-images: | ||||
|     needs: ["${{ matrix.image_name }}_on_ubuntu-22.04", "${{ matrix.image_name }}_on_ubuntu-22.04-arm"] | ||||
|     needs: | ||||
|       - images | ||||
|     runs-on: ubuntu-22.04 | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matt McCormick
					Matt McCormick