Skip to content

Commit

Permalink
Support for PPC on Debian 11 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 1, 2024
1 parent 59c5bc5 commit c7cb648
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
include:
- image: debian:11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
platforms: linux/amd64, linux/arm64/v8
branch: 10.11
nogalera: false

Expand Down
1 change: 0 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"amd64-windows-packages",
"ppc64be-aix-71",
"ppc64le-centos-stream9",
"ppc64le-debian-11",
"ppc64le-rhel-8",
"ppc64le-rhel-9",
"ppc64le-ubuntu-2004",
Expand Down
1 change: 0 additions & 1 deletion master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ for builder in master_config["builders"]:
if builder in [
"aarch64-openeuler-2403",
"amd64-openeuler-2403",
"ppc64le-debian-11",
"s390x-ubuntu-2004",
"s390x-rhel-8",
"s390x-sles-12",
Expand Down
1 change: 0 additions & 1 deletion os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ debian-11:
arch:
- amd64
- aarch64
- ppc64le
type: deb
debian-12:
version_name: bookworm
Expand Down

0 comments on commit c7cb648

Please sign in to comment.