Enable architectures on PPA

Asked by Guillaume Boutry

Hello, I have enabled amd64, armv8, s390x and risc-v on https://code.launchpad.net/~gboutry/+archive/ubuntu/regress-stack, but only amd64 gets built.

Can the other architectures get enabled?

Related package recipe: https://code.launchpad.net/~gboutry/+recipe/regress-stack-daily

From https://answers.launchpad.net/launchpad/+question/821578, I was told that architectures was self-services, but it might have only applied for `ubuntu-cloud-archive` ppas only?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

The package python3-regress-stack (like most python packages) is architecture-independent ("Architecture: all" in debian/control).
It needs to be built only once and the resulting file can be installed on any architecture.
Building architecture-independent packages is done for amd64; this is why only amd64 builds are shown in that PPA.

Revision history for this message
Guillaume Boutry (gboutry) said :
#2

Thank you, that makes sense then.