Compare commits

..

2 Commits

Author SHA1 Message Date
9f3a8f4683 gitignore 2026-02-27 11:03:00 +01:00
11e9efe3ae more power to the drone-runner; android + node + eas cli dockerfile 2026-02-27 11:02:23 +01:00
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.expo-token
.gitea-api-token
docs/ docs/
tofu/*.tfstate tofu/*.tfstate

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 {