Add support for Raspberry Pi 1 / Raspberry Pi Zero.
This commit is contained in:
		
							parent
							
								
									a6ea7705ae
								
							
						
					
					
						commit
						6dc084504d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -51,6 +51,6 @@ jobs:
 | 
				
			||||||
          push: ${{ gitea.event_name != 'pull_request' }}
 | 
					          push: ${{ gitea.event_name != 'pull_request' }}
 | 
				
			||||||
          tags: ${{ steps.meta.outputs.tags }}
 | 
					          tags: ${{ steps.meta.outputs.tags }}
 | 
				
			||||||
          labels: ${{ steps.meta.outputs.labels }}
 | 
					          labels: ${{ steps.meta.outputs.labels }}
 | 
				
			||||||
          platforms: linux/arm64, linux/amd64, linux/riscv64, linux/arm/v7
 | 
					          platforms: linux/arm64, linux/amd64, linux/riscv64, linux/arm/v7, linux/arm/v6
 | 
				
			||||||
      - name: Cleanup old images
 | 
					      - name: Cleanup old images
 | 
				
			||||||
        run: docker system prune -f
 | 
					        run: docker system prune -f
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue