mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			98 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			98 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sudo: false
 | |
| 
 | |
| language: go
 | |
| 
 | |
| go:
 | |
|   - 1.x
 | |
|   - tip
 | |
| 
 | |
| branches:
 | |
|   only:
 | |
|     - master
 | |
| 
 | |
| script: make test
 | 
