From 3eadd5c580c6b38f468f53549497c64201c00605 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 26 Jan 2026 05:25:01 +0900 Subject: internal/rosa: gperf artifact Required by libseccomp. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 98675645..c72cc0e2 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -166,6 +166,8 @@ func main() { p = rosa.Git case "go": p = rosa.Go + case "gperf": + p = rosa.Gperf case "kernel-headers": p = rosa.KernelHeaders case "libexpat": -- cgit v1.3.1