mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	可以在集群中查看待安装节点、并直接安装节点
This commit is contained in:
		@@ -60,7 +60,7 @@ function build() {
 | 
			
		||||
	architects=("amd64" "386")
 | 
			
		||||
	for arch in "${architects[@]}"; do
 | 
			
		||||
		# TODO support arm, mips ...
 | 
			
		||||
		env GOOS=linux GOARCH=${arch} go build --ldflags="-s -w" -o $ROOT/installers/installer-helper-linux-${arch} $ROOT/../cmd/installer-helper/main.go
 | 
			
		||||
		env GOOS=linux GOARCH=${arch} go build --ldflags="-s -w" -o $ROOT/installers/edge-installer-helper-linux-${arch} $ROOT/../cmd/installer-helper/main.go
 | 
			
		||||
	done
 | 
			
		||||
 | 
			
		||||
	# building api node
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								build/installers/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								build/installers/.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1 +1 @@
 | 
			
		||||
installer-*
 | 
			
		||||
edge-*
 | 
			
		||||
		Reference in New Issue
	
	Block a user