Skip to content

Commit

Permalink
build: Flatcar AMI (#898)
Browse files Browse the repository at this point in the history
* build: new AWS Flatcar build at release

* fix: Flatcar AMI image file
  • Loading branch information
dkoshkin authored Sep 7, 2023
1 parent ec8b09f commit e57dbe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
buildConfig: "basic"
- os: "ubuntu 20.04"
buildConfig: "nvidia"
- os: "flatcar"
buildConfig: "basic"

runs-on:
- self-hosted
Expand Down
4 changes: 2 additions & 2 deletions images/ami/flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ packer:
ami_filter_owners: "075585003325"
# Tags applied to generated AMI:
distribution: "Flatcar"
distribution_version: "Stable"
distribution_version: "LTS"
# Other variables:
ssh_username: "core"
root_device_name: "/dev/xvda"

build_name: "flatcar-stable"
build_name: "flatcar-lts-3033.3.x"
packer_builder_type: "amazon"

0 comments on commit e57dbe7

Please sign in to comment.