mirror of
				https://gitea.com/docker/build-push-action.git
				synced 2025-10-31 08:03:41 +08:00 
			
		
		
		
	Display available platforms
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup-buildx/dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								setup-buildx/dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -2519,7 +2519,9 @@ function run() { | ||||
|                 yield exec.exec('docker', ['buildx', 'install'], false); | ||||
|             } | ||||
|             core.info('🛒 Extracting available platforms...'); | ||||
|             core.setOutput('platforms', yield buildx.platforms()); | ||||
|             const platforms = yield buildx.platforms(); | ||||
|             core.info(`${platforms}`); | ||||
|             core.setOutput('platforms', platforms); | ||||
|         } | ||||
|         catch (error) { | ||||
|             core.setFailed(error.message); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CrazyMax
					CrazyMax