Skip to content

Commit

Permalink
update pipeline to match library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Sep 7, 2023
1 parent 50e344c commit eb72ad1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions demos-pipeline/bin/poky-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,17 @@ new DemoPipelineStack(app, "QemuDemoPipeline", {
imageTag: ImageKind.Ubuntu22_04,
vpc: vpc.vpc,
layerRepoName: "qemu-demo-layer-repo",
distroKind: ProjectKind.MetaAwsDemo,
projectKind: ProjectKind.MetaAwsDemo,
});

/**
* Create a 3rd Party Distribution Pipeline.
* Create an AMI based on Poky.
*/
// TODO(nateglims): implement
// new DemoPipelineStack(app, "three-p-Pipeline", {
// ...defaultProps,
// imageRepo: buildImageRepo.repository,
// imageTag: ImageKind.Ubuntu22_04,
// vpc: vpc.vpc,
// });
new DemoPipelineStack(app, "PokyAmiPipeline", {
...defaultProps,
imageRepo: buildImageRepo.repository,
imageTag: ImageKind.Ubuntu22_04,
vpc: vpc.vpc,
layerRepoName: "ec2-ami-poky-layer-repo",
projectKind: ProjectKind.PokyAmi,
});

0 comments on commit eb72ad1

Please sign in to comment.