Skip to content

Commit

Permalink
Drop ArchLinux support (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate authored Sep 12, 2024
1 parent 9c3d484 commit 4fe0499
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 296 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/amazonlinux2000/*.hcl
os-images-archlinux:
- added|modified:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/archlinux/*.hcl
os-images-debian:
- added|modified:
- *state_tree_added_modified
Expand Down Expand Up @@ -206,18 +201,6 @@ jobs:
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

archlinux:
name: ArchLinux
needs:
- collect-jobs
- get-changed-files
if: ${{ fromJSON(needs.collect-jobs.outputs.jobs)['os-images-archlinux'] }}
uses: ./.github/workflows/build-image-action.yml
with:
distro-name: archlinux
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 @@ -300,7 +283,6 @@ jobs:
- rockylinux
- amazonlinux
- amazonlinux2000
- archlinux
- debian
- fedora
- opensuse
Expand Down
2 changes: 0 additions & 2 deletions os-images/AWS/archlinux/archlinux-lts-x86_64.pkrvars.hcl

This file was deleted.

276 changes: 0 additions & 276 deletions os-images/AWS/archlinux/archlinux.pkr.hcl

This file was deleted.

0 comments on commit 4fe0499

Please sign in to comment.