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

debian:10 does not provide ppc64 and s390x images anymore #133

Closed
Closed
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: 0 additions & 2 deletions src-opam/distro.ml
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ let distro_arches ov (d : t) =
[ `I386; `X86_64; `Aarch64; `Aarch32; `Ppc64le; `S390x ]
| `Debian `V11, ov when OV.(compare Releases.v4_02_0 ov) = -1 ->
[ `I386; `X86_64; `Aarch64; `Aarch32 ]
| `Debian `V10, ov when OV.(compare Releases.v4_03_0 ov) = -1 ->
[ `I386; `X86_64; `Aarch64; `Aarch32; `Ppc64le; `S390x ]
| `Debian `V10, ov when OV.(compare Releases.v4_02_0 ov) = -1 ->
[ `I386; `X86_64; `Aarch64; `Aarch32 ]
| `Debian `V9, ov when OV.(compare Releases.v4_03_0 ov) = -1 ->
Expand Down