Compare commits

..

2 Commits

Author SHA1 Message Date
Gilmour109 9f3a8f4683 gitignore 2026-02-27 11:03:00 +01:00
Gilmour109 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
View File
@@ -1,3 +1,5 @@
.expo-token
.gitea-api-token
docs/
tofu/*.tfstate
+4
View File
@@ -0,0 +1,4 @@
FROM cimg/android:2026.02-node
USER root
RUN npm install -g eas-cli
+4 -4
View File
@@ -46,16 +46,16 @@ resource "proxmox_virtual_environment_container" "drone_runner" {
disk {
datastore_id = "local-lvm"
size = 16
size = 64
}
cpu {
cores = 2
cores = 4
}
memory {
dedicated = 2048
swap = 512
dedicated = 8192
swap = 4096
}
startup {