mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +02:00
Switch to globally available Hetzner instance type
The old cx* Intel instance type was only available in EU data centers. The cpx* AMD type is available in the US and Asia as well.
This commit is contained in:
parent
346437fa6e
commit
f56899b1fb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ cloud_providers:
|
|||
image: Ubuntu 22.04 Jammy Jellyfish
|
||||
arch: x86_64
|
||||
hetzner:
|
||||
server_type: cx22
|
||||
server_type: cpx21
|
||||
image: ubuntu-22.04
|
||||
openstack:
|
||||
flavor_ram: ">=512"
|
||||
|
|
Loading…
Add table
Reference in a new issue