|  | @@ -33,7 +33,8 @@ popd
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  echo "Launching build machine."
 | 
	
		
			
				|  |  |  DIR="$(dirname "$0")"
 | 
	
		
			
				|  |  | -gcloud compute instances create "build-upload" \
 | 
	
		
			
				|  |  | +RAND="$(openssl rand -hex 5)"
 | 
	
		
			
				|  |  | +gcloud compute instances create "v2raycore-${RAND}" \
 | 
	
		
			
				|  |  |      --machine-type=n1-highcpu-2 \
 | 
	
		
			
				|  |  |      --metadata=release_tag=v${VER},prerelease=${PRE} \
 | 
	
		
			
				|  |  |      --metadata-from-file=startup-script=${DIR}/release-ci.sh \
 |