use us-west1-a for instances because us-west1-b doesn't have arm64

This commit is contained in:
Ryan Richard
2025-06-26 13:35:01 -07:00
parent 09ab99789f
commit 14c7f8b208
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ dest_dir="./workspace"
instance_name="${REMOTE_INSTANCE_NAME:-${USER}}"
instance_user="${REMOTE_INSTANCE_USERNAME:-${USER}}"
project="$PINNIPED_GCP_PROJECT"
zone="us-west1-b"
zone="us-west1-a"
config_file="/tmp/gcp-ssh-config"
here="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"