Skip to content

Commit

Permalink
Merge pull request #55 from aws4embeddedlinux/remove-build-image-kinds
Browse files Browse the repository at this point in the history
Remove currently unused build image types.
  • Loading branch information
nateglims authored Nov 21, 2023
2 parents c8fd5bd + d7f3ab4 commit 0dd571f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/build-image-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import { RemovalPolicy } from 'aws-cdk-lib';
export enum ImageKind {
/** Ubuntu 22.04 (LTS) */
Ubuntu22_04 = 'ubuntu_22_04',
/** Fedora 37 */
Fedora37 = 'fedora_37',
/** Debian GNU/Linux 11.x (Bullseye) */
Debian11 = 'debian_11',
}

/**
Expand Down

0 comments on commit 0dd571f

Please sign in to comment.