If someone has a raspberrypi, they might be expected to update their raspios to the latest. This would be the first and primary raspberrypi a developer might have. But, they are probably unwilling to wipe it since they are likely using it for other things.
Current documentation suggests the following raspberry pi images to build the indicated pieces of software:
* OTBR: 2021-0507-raspios-buster-armhf-lite (Pi 3 or later). See (https://openthread.io/codelabs/openthread-border-router#1) referred to by (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/ug_thread_tools.html#installing-otbr-manually-raspberry-pi).
* Matter -- for CHIP-tool: Use Ubuntu 22.04 for Matter 64 bit (Pi 4 64 bit only). See (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/matter/chip_tool_guide.html#supported-commands-and-options) referred to by (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_gs_testing_thread_one_otbr.html).
That is now three raspberry pi's, configured differently to do "something" with matter hardware. Add to this a desktop/laptop for embedded development on windows / macos / whatever and that is 4 machines.
I know not all of the source is nordics. I will post relevant issues to OpenThread and Matter. However, could you please use your influence in the opensource communities to help prioritize this and streamline the burden for developers? Software supporting "standards" should be more portable than this.
There is no reason for any of this software to require a 64 bit OS. It should work with 32 or 64 bit operating systems.
I also believe this lack of portability is a direct result of reliance on containers -- containers effectively promote unportable software.
PS. I would also encourage porting the nordic tool suite to raspios now that it has vscode (nRF Connect for VSCode, nRF Connect for Desktop, nRF Connect for Desktop Bluetooth Low Energy, and etc). I will surely keep using my Mac laptop but being able to to all development from a raspberrypi sounds cool and... it would make a cheap cog in a continuous integration farm.