From 5186e41c6193b6207be40f707bf7f91907203d00 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 2 Jul 2024 11:20:40 +0200 Subject: [PATCH] update_chroot: Call flatcar_workon with --host We want to possibly update workon packages on SDK, not on the default board. --- update_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_chroot b/update_chroot index 2065da71759..af57a729b58 100755 --- a/update_chroot +++ b/update_chroot @@ -235,7 +235,7 @@ fi # Build flatcar_workon packages when they are changed. WORKON_PKGS=() if [[ ${FLAGS_workon} -eq "${FLAGS_TRUE}" ]]; then - mapfile -t WORKON_PKGS < <("${SRC_ROOT}"/scripts/flatcar_workon list) + mapfile -t WORKON_PKGS < <("${SRC_ROOT}"/scripts/flatcar_workon --host list) fi if [[ ${#WORKON_PKGS[@]} -gt 0 ]]; then