mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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"
|
"riscv64": "ubuntu-latest"
|
||||||
}')[matrix.arch],
|
}')[matrix.arch],
|
||||||
fromJson('{
|
fromJson('{
|
||||||
"x86_64": "ubuntu-24.04-32-cores",
|
"x86_64": "amd64-fast",
|
||||||
"aarch64": "ubuntu-24.04-arm-32-cores",
|
"aarch64": "aarch64-fast",
|
||||||
"riscv64": "ubuntu-24.04-32-cores"
|
"riscv64": "amd64-fast"
|
||||||
}')[matrix.arch]
|
}')[matrix.arch]
|
||||||
)
|
)
|
||||||
)[github.event.inputs.runner == 'fast']
|
)[github.event.inputs.runner == 'fast']
|
||||||
@@ -153,15 +153,15 @@ jobs:
|
|||||||
"riscv64-nonfree": "ubuntu-24.04-arm",
|
"riscv64-nonfree": "ubuntu-24.04-arm",
|
||||||
}')[matrix.platform],
|
}')[matrix.platform],
|
||||||
fromJson('{
|
fromJson('{
|
||||||
"x86_64": "ubuntu-24.04-8-cores",
|
"x86_64": "amd64-fast",
|
||||||
"x86_64-nonfree": "ubuntu-24.04-8-cores",
|
"x86_64-nonfree": "amd64-fast",
|
||||||
"x86_64-nvidia": "ubuntu-24.04-8-cores",
|
"x86_64-nvidia": "amd64-fast",
|
||||||
"aarch64": "ubuntu-24.04-arm-8-cores",
|
"aarch64": "aarch64-fast",
|
||||||
"aarch64-nonfree": "ubuntu-24.04-arm-8-cores",
|
"aarch64-nonfree": "aarch64-fast",
|
||||||
"aarch64-nvidia": "ubuntu-24.04-arm-8-cores",
|
"aarch64-nvidia": "aarch64-fast",
|
||||||
"raspberrypi": "ubuntu-24.04-arm-8-cores",
|
"raspberrypi": "aarch64-fast",
|
||||||
"riscv64": "ubuntu-24.04-8-cores",
|
"riscv64": "amd64-fast",
|
||||||
"riscv64-nonfree": "ubuntu-24.04-8-cores",
|
"riscv64-nonfree": "amd64-fast",
|
||||||
}')[matrix.platform]
|
}')[matrix.platform]
|
||||||
)
|
)
|
||||||
)[github.event.inputs.runner == 'fast']
|
)[github.event.inputs.runner == 'fast']
|
||||||
|
|||||||
Reference in New Issue
Block a user