Skip to content

Commit

Permalink
update_chroot: Call flatcar_workon with --host
Browse files Browse the repository at this point in the history
We want to possibly update workon packages on SDK, not on the default
board.
  • Loading branch information
krnowak committed Jul 2, 2024
1 parent 0b81497 commit 5186e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_chroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5186e41

Please sign in to comment.