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

Support for PPC on Debian 11 is EOL #580

Merged
merged 1 commit into from
Oct 7, 2024
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
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