mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-14 21:12:37 +01:00
update_chroot: Call flatcar_workon with --host
We want to possibly update workon packages on SDK, not on the default board.
This commit is contained in:
parent
e30ca8dab6
commit
eba755d96b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user