Merge pull request #1682 from flatcar/scripts

build_sysext: enable build of OEM images for releases
This commit is contained in:
Thilo Fromm 2024-02-21 09:59:17 +01:00
commit 665989fad7

View File

@ -213,6 +213,7 @@ for package; do
--sysroot="/build/${FLAGS_board}" \
--root-deps=rdeps \
--usepkgonly \
--getbinpkg \
--verbose \
"${package}"
done