mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 17:43:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: go
 | 
						|
go:
 | 
						|
  - "1.x"
 | 
						|
  - master
 | 
						|
env:
 | 
						|
  - TAGS=""
 | 
						|
  - TAGS="-tags purego"
 | 
						|
script: go test $TAGS -v ./...
 |