osbuild-store-dump: Use bp1 with iot image type

Previously it was not using the correct blueprint with the iot image
type. Switch to using bp1 which is the correct blueprint.
This commit is contained in:
Brian C. Lane 2021-03-16 09:45:15 -07:00 committed by Tom Gundersen
parent ad3e43dc90
commit ca9bb52f7e

View file

@ -170,11 +170,11 @@ func main() {
if err != nil {
panic(err)
}
manifest, packages = getManifest(bp2, t2, a, d, rpmmd, repos)
manifest, packages = getManifest(bp1, t2, a, d, rpmmd, repos)
err = s.PushCompose(id2,
manifest,
t2,
&bp2,
&bp1,
0,
[]*target.Target{
awsTarget,