Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop CentOS Stream, Photon 3, FreeBSD, Fedora 37 / 38; Add Fedora 39 #1842

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ jobs:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/centos/*.hcl
os-images-centosstream:
- added|modified:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/centosstream/*.hcl
os-images-debian:
- added|modified:
- *state_tree_added_modified
Expand Down Expand Up @@ -240,18 +235,6 @@ jobs:
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

centosstream:
name: CentOS Stream
needs:
- collect-jobs
- get-changed-files
if: ${{ fromJSON(needs.collect-jobs.outputs.jobs)['os-images-centosstream'] }}
uses: ./.github/workflows/build-image-action.yml
with:
distro-name: centosstream
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

debian:
name: Debian
needs:
Expand Down Expand Up @@ -336,7 +319,6 @@ jobs:
- amazonlinux2000
- archlinux
- centos
- centosstream
- debian
- fedora
- opensuse
Expand Down
3 changes: 0 additions & 3 deletions os-images/AWS/centosstream/centosstream-8-arm64.pkrvars.hcl

This file was deleted.

3 changes: 0 additions & 3 deletions os-images/AWS/centosstream/centosstream-8-x86_64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/centosstream/centosstream-9-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/centosstream/centosstream-9-x86_64.pkrvars.hcl

This file was deleted.

297 changes: 0 additions & 297 deletions os-images/AWS/centosstream/centosstream.pkr.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/fedora/fedora-37-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/fedora/fedora-37-x86_64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/fedora/fedora-38-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/fedora/fedora-38-x86_64.pkrvars.hcl

This file was deleted.

2 changes: 2 additions & 0 deletions os-images/AWS/fedora/fedora-39-arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ami_filter = "Fedora-Cloud-Base-39-*.aarch64-hvm-*-gp3-0"
instance_type = "m6g.large"
2 changes: 2 additions & 0 deletions os-images/AWS/fedora/fedora-39-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ami_filter = "Fedora-Cloud-Base-39-*.x86_64-hvm-*-gp3-0"
instance_type = "t3a.large"
17 changes: 0 additions & 17 deletions os-images/AWS/freebsd/freebsd-131-amd64-us-west-2.json

This file was deleted.

Loading
Loading