Merge pull request #136 from kinvolk/jepio/boostrap-use-stage1-properly

bootstrap_sdk: override seed path after building stage1
This commit is contained in:
Jeremi Piotrowski 2021-07-28 12:15:34 +02:00 committed by GitHub
commit cfbc81ee59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,7 @@ build_stage1() {
if [[ "$STAGES" =~ stage1 ]]; then
build_stage1
STAGES="${STAGES/stage1/}"
SEED="${TYPE}/stage1-${ARCH}-latest"
fi
catalyst_build