Skip to content

Commit

Permalink
Merge pull request #76 from aws4embeddedlinux/2023-09-13_kas
Browse files Browse the repository at this point in the history
poky-pipeline.ts: add kas example
  • Loading branch information
nateglims authored Sep 15, 2023
2 parents 286f82e + 872d664 commit db57901
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 @@ -87,3 +87,15 @@ new DemoPipelineStack(app, "PokyAmiPipeline", {
layerRepoName: "ec2-ami-poky-layer-repo",
projectKind: ProjectKind.PokyAmi,
});

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

0 comments on commit db57901

Please sign in to comment.