Merge pull request #3473 from apricote/hcloud-default-server-type

scripts: update hetzner amd64 instance type
This commit is contained in:
Thilo Fromm 2025-12-18 13:01:40 +01:00 committed by GitHub
commit cca115740f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ BRIGHTBOX_PARALLEL="${PARALLEL_TESTS:-1}"
# -- Hetzner -- # -- Hetzner --
: ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'} : ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'}
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx11"} : ${HETZNER_amd64_INSTANCE_TYPE:="cpx22"}
: ${HETZNER_arm64_INSTANCE_TYPE:="cax11"} : ${HETZNER_arm64_INSTANCE_TYPE:="cax11"}
: ${HETZNER_arm64_LOCATION:="fsn1"} : ${HETZNER_arm64_LOCATION:="fsn1"}
: ${HETZNER_amd64_LOCATION:="hel1"} : ${HETZNER_amd64_LOCATION:="hel1"}