mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[packages]]
 | 
						|
name = "amazon-ssm-agent"
 | 
						|
commit_id = "3.3.1311.0"
 | 
						|
scm_url = "https://github.com/aws/amazon-ssm-agent"
 | 
						|
 | 
						|
build_cmd = """
 | 
						|
 | 
						|
ARCH=$(dpkg --print-architecture)
 | 
						|
TAG=$(git describe --tags --abbrev=0)
 | 
						|
COMMIT=$(git rev-parse --short HEAD)
 | 
						|
 | 
						|
make build-linux
 | 
						|
make package-deb
 | 
						|
cp ./bin/debian_${ARCH}/*.deb ../amazon-ssm-agent_${TAG}_${COMMIT}_${ARCH}.deb
 | 
						|
 | 
						|
"""
 |