Skip to content

Commit

Permalink
Remove unsupported platforms from build workflow
Browse files Browse the repository at this point in the history
Docker does not yet officially support Debian Trixie.  See
https://docs.docker.com/engine/install/debian/ for more details.

RedHat support was removed from this Ansible role because some of its
tasks are Debian-specific.
  • Loading branch information
jsf9k committed Jun 11, 2024
1 parent 5639567 commit 56b88d7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,20 @@ jobs:
- amd64
- arm64
platform:
- amazonlinux2023-systemd
# RedHat support was removed from this Ansible role because
# some of its tasks are Debian-specific.
# - amazonlinux2023-systemd
- debian10-systemd
- debian11-systemd
- debian12-systemd
- debian13-systemd
- fedora39-systemd
- fedora40-systemd
# Docker does not yet officially support Debian Trixie. See
# https://docs.docker.com/engine/install/debian/ for more
# details.
# - debian13-systemd
# RedHat support was removed from this Ansible role because
# some of its tasks are Debian-specific.
# - fedora39-systemd
# - fedora40-systemd
- kali-systemd
- ubuntu-20-systemd
- ubuntu-22-systemd
Expand Down

0 comments on commit 56b88d7

Please sign in to comment.