mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
syntax = "proto3";
 | 
						|
 | 
						|
package errdefs;
 | 
						|
 | 
						|
import "github.com/moby/buildkit/solver/pb/ops.proto";
 | 
						|
 | 
						|
message Build {
 | 
						|
  string Ref = 1;
 | 
						|
} |