Merge pull request #1682 from flatcar/t-lo/build-sysext-fix-release-oem-build

build_sysext: enable build of OEM images for releases
This commit is contained in:
Thilo Fromm 2024-02-21 09:56:38 +01:00 committed by GitHub
commit 691a57c77e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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