Unverified Commit 521b2177 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve Github Codespaces configuration (#922)

parent c31fb93c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  "name": "Alma Linux",
  "service": "qemu",
  "containerEnv": {
    "BOOT": "alma",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
    "BOOT": "alma"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  "name": "Alpine Linux",
  "service": "qemu",
  "containerEnv": {
    "BOOT": "alpine",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
    "BOOT": "alpine"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  "name": "Arch Linux",
  "service": "qemu",
  "containerEnv": {
    "BOOT": "arch",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
    "BOOT": "arch"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  "name": "CachyOS",
  "service": "qemu",
  "containerEnv": {
    "BOOT": "cachy",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
    "BOOT": "cachy"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  "name": "CentOS",
  "service": "qemu",
  "containerEnv": {
    "BOOT": "centos",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
    "BOOT": "centos"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
Loading