neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
164 stars 21 forks source link

Modify vm-builder to provide arm64 vm images #1081

Open mikhail-sakhnov opened 2 months ago

mikhail-sakhnov commented 2 months ago

Problem description / Motivation

vm-buider builds vm image for the neonvm-runner. Build images should be modified to support both arm64 and x86.

Feature idea(s) / DoD

Probably, multiarch images could be helpful here.

Implementation ideas