mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-10-31 08:21:25 +01:00 
			
		
		
		
	At the moment only AMIs for AWS, and upload results should be pushed back to the docs as separate PR. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| set -e
 | |
| 
 | |
| cd hack/cloud-image-uploader
 | |
| 
 | |
| go run . --artifacts-path="../../${ARTIFACTS}" --tag="${TAG}"
 |