diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-07 18:04:59 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-07 19:43:06 +0900 |
| commit | 8d72b9e5bd8d99cbd32ce0ebe2f5da8e9b1d88ce (patch) | |
| tree | 403a00ccd0d1ed98795a4e739b72f2de12b34102 /internal/rosa/busybox.go | |
| parent | 8a3c3d145a560b91da1d9bce9070c20289b63502 (diff) | |
internal/pkg: optionally register binfmt
This transparently supports curing foreign exec artifacts.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/busybox.go')
| -rw-r--r-- | internal/rosa/busybox.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, |
