From 8e2d95c59218b2aba4350fe1bc28df5ab424219b Mon Sep 17 00:00:00 2001 From: Kevin Nause Date: Sat, 6 Dec 2025 15:20:55 -0500 Subject: [PATCH] Added arch to docker tag --- rootfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs.py b/rootfs.py index 2f9822f0..24b8c9fd 100755 --- a/rootfs.py +++ b/rootfs.py @@ -270,9 +270,9 @@ print(shutil.which('chroot')) '--build-arg=TARGET=' + target_rel, '--build-arg=SOURCE_DATE_EPOCH=1', '--progress=auto', - '--platform=linux/amd64', + '--platform=linux/amd64,linux/arm64,linux/i386,linux/riscv64', '--target=package', - '--tag=live-bootstrap', + '--tag=live-bootstrap-' + arch, '.') elif args.bwrap: