upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-24 07:53:48 +00:00
parent 5d35bb88a9
commit be917b8a86
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"name": "rego-tunnel-linux",
"image": "qemux/qemu:latest",
"environment": [
{"key": "BOOT", "value": "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso"},
{"key": "BOOT", "value": "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-desktop-amd64.iso"},
{"key": "RAM_SIZE", "value": "${LINUX_RAM_GB}G"},
{"key": "CPU_CORES", "value": "${LINUX_CPU_CORES}"},
{"key": "DISK_SIZE", "value": "${LINUX_DISK_SIZE_GB}G"}