Platform = linux_i686 results in error

Trying out various platforms in platform.ini.

With…

[env:dev]
platform = linux_i686

I get error…

Tool Manager: Installing platformio/toolchain-gcclinux32 @ ^1.40801.0
Error: Could not find the package with 'platformio/toolchain-gcclinux32 @ ^1.40801.0' requirements for your system 'linux_x86_64'
[

What is going on?
When I choose ‘windows_x86’ it compiles on my linux system.

Broken since 2019, CC @ivankravets :

If you’re already on Linux, platform = native is suitable too.

1 Like

I see. No need for me to look further.
Thank you for your answer!