1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00

update ci machine type

This commit is contained in:
Darien Raymond 2018-11-06 22:02:52 +01:00
parent 9d91a97926
commit 90b132b434
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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