"bare" is not available for riscv64

A user reported a problem when attempting to install package “zig”:

sudo snap install --edge --classic zig
error: cannot perform the following tasks:

Ensure prerequisites for "zig" are available (cannot install snap base "bare": no snap revision available as specified)
bare is not available for riscv64

I looked at https://snapcraft.io/bare and noticed that nothing has been published for riscv64. I request that someone from Canonical resolve the problem or confirm that it is intentional.

2 Likes

@mvo this might be for you

Thank you, this should be fixed now.

It was a bit confusing because “bare” is an architecture:all snap so I was a bit uncertain why it was not available on riscv64 - but it turned out that just releasing the same revision (5) again fixed it.