internal/rosa: gawk artifact

Replaces broken awk in busybox.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-28 01:22:42 +09:00
parent 823ba08dbc
commit 66118ba941
3 changed files with 25 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ func main() {
p = rosa.Diffutils
case "fuse":
p = rosa.Fuse
case "gawk":
p = rosa.Gawk
case "gettext":
p = rosa.Gettext
case "git":