canonical / colcon-in-container

Colcon extension to build a colcon workspace in a container
GNU General Public License v3.0
26 stars 1 forks source link

Windows 10 architecture detection is wrong #19

Closed Guillaumebeuzeboc closed 4 months ago

Guillaumebeuzeboc commented 4 months ago

https://github.com/canonical/colcon-in-container/blob/5f237e7a2cfc5317d350ef1a79557cced309d636/colcon_in_container/providers/multipass.py#L75

On windows 10,

The processor() python function returns:

'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel'

on the other hand, the method machine() return: AMD64.

It should be checked on Linux since this is a blocker on windows 10.