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:
parent
ad3e43dc90
commit
ca9bb52f7e
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue