canonical / craft-platforms

Manage platforms and architectures for charm applications.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

fix: add missing PPC arch enum value #27

Closed mattculler closed 3 months ago

mattculler commented 3 months ago

"powerpc" is missing from the valid enum values.

(CRAFT-3078)

lengau commented 3 months ago

Excluding this was intentional since we don't have anything that supports 32-bit powerpc. (We're also missing armel, mips, etc. for similar reasons.)

I'm not sure adding this here is necessarily the right way to go, since charmcraft, rockcraft and snapcraft don't support it, but perhaps this is a good opportunity to reconsider how we name these architectures.