mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 0.2
 | 
						|
 | 
						|
phases:
 | 
						|
  build:
 | 
						|
    commands:
 | 
						|
      - echo Build started on `date`
 | 
						|
      - export GOPATH=/go
 | 
						|
      - export SDK_CODEBUILD_ROOT=`pwd`
 | 
						|
      - make ci-test-no-generate
 | 
						|
  post_build:
 | 
						|
    commands:
 | 
						|
      - echo Build completed on `date`
 |