internal/rosa: kmod artifact
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m51s
Test / Hakurei (push) Successful in 4m18s
Test / ShareFS (push) Successful in 4m21s
Test / Hpkg (push) Successful in 4m50s
Test / Sandbox (race detector) (push) Successful in 5m15s
Test / Hakurei (race detector) (push) Successful in 3m8s
Test / Flake checks (push) Successful in 1m34s

Required by the kernel.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-13 03:15:11 +09:00
parent b746e352e5
commit d49e654482
2 changed files with 45 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const (
HakureiDist
IniConfig
KernelHeaders
Kmod
LibXau
Libexpat
Libpsl
@@ -139,6 +140,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"hakurei-dist": HakureiDist,
"iniconfig": IniConfig,
"kernel-headers": KernelHeaders,
"kmod": Kmod,
"libXau": LibXau,
"libexpat": Libexpat,
"libpsl": Libpsl,