Open ghislainbourgeois opened 1 year ago
right, the desired arch must be compatible with the host's machine architecture. The latter is inferred from within the code, and its true value seems to be armv7l
. Can you try sed -i "s/amd64/armv7l/" rockcraft.yaml
instead? (although I think it might fail too, after a quick glance at the code)
Bug Description
Building a ROCK for arm does not work on a Raspberry Pi 3 running the 32 bit version of Ubuntu 22.04.
Rockcraft simply refuses to build with the following error message:
To Reproduce
Environment
Raspberry Pi 3 Model B Ubuntu Server 22.04.2 LTS
rockcraft.yaml
Relevant log output