mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 09:33:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
arch:
 | 
						|
  - amd64
 | 
						|
  - ppc64le
 | 
						|
language: go
 | 
						|
sudo: false
 | 
						|
go:
 | 
						|
  - tip
 | 
						|
 | 
						|
before_install:
 | 
						|
  - go get -t -v ./...
 | 
						|
 | 
						|
script:
 | 
						|
  - ./go.test.sh
 | 
						|
 | 
						|
after_success:
 | 
						|
  - bash <(curl -s https://codecov.io/bash)
 |