Set bulleye for building sandbox binary
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									d15aee9fa0
								
							
						
					
					
						commit
						03b9dd1c58
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,7 +32,8 @@ name: Sandbox deploy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: golang:1.17-buster
 | 
					  # image: golang:1.17-buster # this one is used in production
 | 
				
			||||||
 | 
					  image: golang:1.17-bullseye # this one is used in sandbox
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - go mod tidy
 | 
					  - go mod tidy
 | 
				
			||||||
  - make build
 | 
					  - make build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue