more power to the drone-runner; android + node + eas cli dockerfile

This commit is contained in:
2026-02-27 11:02:23 +01:00
parent 786c05147a
commit 11e9efe3ae
2 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
FROM cimg/android:2026.02-node
USER root
RUN npm install -g eas-cli

View File

@@ -46,16 +46,16 @@ resource "proxmox_virtual_environment_container" "drone_runner" {
disk { disk {
datastore_id = "local-lvm" datastore_id = "local-lvm"
size = 16 size = 64
} }
cpu { cpu {
cores = 2 cores = 4
} }
memory { memory {
dedicated = 2048 dedicated = 8192
swap = 512 swap = 4096
} }
startup { startup {