internal/rosa/llvm: populate metadata

This enables use of release monitoring for LLVM.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-05 21:27:33 +09:00
parent a36b3ece16
commit 9989881dd9
2 changed files with 45 additions and 7 deletions

View File

@@ -15,8 +15,12 @@ import (
type PArtifact int
const (
LLVMCompilerRT PArtifact = iota
LLVMRuntimes
LLVMClang
// ImageInitramfs is the Rosa OS initramfs archive.
ImageInitramfs PArtifact = iota
ImageInitramfs
// Kernel is the generic Rosa OS Linux kernel.
Kernel