mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
build: use org-hosted large runners for fast CI builds
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
24
.github/workflows/startos-iso.yaml
vendored
24
.github/workflows/startos-iso.yaml
vendored
@@ -89,9 +89,9 @@ jobs:
|
||||
"riscv64": "ubuntu-latest"
|
||||
}')[matrix.arch],
|
||||
fromJson('{
|
||||
"x86_64": "ubuntu-24.04-32-cores",
|
||||
"aarch64": "ubuntu-24.04-arm-32-cores",
|
||||
"riscv64": "ubuntu-24.04-32-cores"
|
||||
"x86_64": "amd64-fast",
|
||||
"aarch64": "aarch64-fast",
|
||||
"riscv64": "amd64-fast"
|
||||
}')[matrix.arch]
|
||||
)
|
||||
)[github.event.inputs.runner == 'fast']
|
||||
@@ -153,15 +153,15 @@ jobs:
|
||||
"riscv64-nonfree": "ubuntu-24.04-arm",
|
||||
}')[matrix.platform],
|
||||
fromJson('{
|
||||
"x86_64": "ubuntu-24.04-8-cores",
|
||||
"x86_64-nonfree": "ubuntu-24.04-8-cores",
|
||||
"x86_64-nvidia": "ubuntu-24.04-8-cores",
|
||||
"aarch64": "ubuntu-24.04-arm-8-cores",
|
||||
"aarch64-nonfree": "ubuntu-24.04-arm-8-cores",
|
||||
"aarch64-nvidia": "ubuntu-24.04-arm-8-cores",
|
||||
"raspberrypi": "ubuntu-24.04-arm-8-cores",
|
||||
"riscv64": "ubuntu-24.04-8-cores",
|
||||
"riscv64-nonfree": "ubuntu-24.04-8-cores",
|
||||
"x86_64": "amd64-fast",
|
||||
"x86_64-nonfree": "amd64-fast",
|
||||
"x86_64-nvidia": "amd64-fast",
|
||||
"aarch64": "aarch64-fast",
|
||||
"aarch64-nonfree": "aarch64-fast",
|
||||
"aarch64-nvidia": "aarch64-fast",
|
||||
"raspberrypi": "aarch64-fast",
|
||||
"riscv64": "amd64-fast",
|
||||
"riscv64-nonfree": "amd64-fast",
|
||||
}')[matrix.platform]
|
||||
)
|
||||
)[github.event.inputs.runner == 'fast']
|
||||
|
||||
Reference in New Issue
Block a user