Skip to content

Commit

Permalink
renesas_example: add example building the an image for renesas
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Oct 10, 2023
1 parent db57901 commit 5b353b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions demos-pipeline/bin/poky-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,15 @@ new DemoPipelineStack(app, "KasPipeline", {
layerRepoName: "biga-kas-layer-repo",
projectKind: ProjectKind.Kas,
});

/**
* Create an renesas based image.
*/
new DemoPipelineStack(app, "RenesasPipeline", {
...defaultProps,
imageRepo: buildImageRepo.repository,
imageTag: ImageKind.Ubuntu22_04,
vpc: vpc.vpc,
layerRepoName: "renesas-layer-repo",
projectKind: ProjectKind.Renesas,
});

0 comments on commit 5b353b2

Please sign in to comment.