From 8d72b9e5bd8d99cbd32ce0ebe2f5da8e9b1d88ce Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 7 May 2026 18:04:59 +0900 Subject: internal/pkg: optionally register binfmt This transparently supports curing foreign exec artifacts. Signed-off-by: Ophestra --- internal/rosa/busybox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/busybox.go') diff --git a/internal/rosa/busybox.go b/internal/rosa/busybox.go index 14247f05..437e05e4 100644 --- a/internal/rosa/busybox.go +++ b/internal/rosa/busybox.go @@ -105,7 +105,7 @@ func newBusyboxBin() pkg.Artifact { } return pkg.NewExec( - "busybox-bin-"+version, nil, pkg.ExecTimeoutMax, false, + "busybox-bin-"+version, arch, nil, pkg.ExecTimeoutMax, false, fhs.AbsRoot, []string{ "PATH=/system/bin", }, -- cgit v1.3.1