mirror of
				https://github.com/docker/setup-qemu-action.git
				synced 2025-10-31 17:30:10 +08:00 
			
		
		
		
	Merge pull request #207 from crazy-max/note-setup-buildx
readme: note about usage with setup-buildx-action
This commit is contained in:
		
						commit
						fcd3152d8a
					
				
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							| @ -35,6 +35,19 @@ jobs: | |||||||
|         uses: docker/setup-qemu-action@v3 |         uses: docker/setup-qemu-action@v3 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | > [!NOTE] | ||||||
|  | > If you are using [`docker/setup-buildx-action`](https://github.com/docker/setup-buildx-action), | ||||||
|  | > this action should come before it: | ||||||
|  | >  | ||||||
|  | > ```yaml | ||||||
|  | >     - | ||||||
|  | >       name: Set up QEMU | ||||||
|  | >       uses: docker/setup-qemu-action@v3 | ||||||
|  | >     - | ||||||
|  | >       name: Set up Docker Buildx | ||||||
|  | >       uses: docker/setup-buildx-action@v3 | ||||||
|  | > ``` | ||||||
|  | 
 | ||||||
| ## Customizing | ## Customizing | ||||||
| 
 | 
 | ||||||
| ### inputs | ### inputs | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tõnis Tiigi
						Tõnis Tiigi