irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
58 stars 18 forks source link

Update readme and add more arch supported #9

Closed bookshiyi closed 1 year ago

knopp commented 1 year ago

Are the 32bit windows and linux targets actually working? I don't think Flutter currently supports 32bit windows as target (https://github.com/flutter/flutter/issues/37777).

knopp commented 1 year ago

Linux ArmV7 is still open https://github.com/flutter/flutter/issues/75823. I haven't tested linux/x86 does it work?

knopp commented 1 year ago

On the other hand there's probably no harm in just adding mapping, at least it will be working if / when the targets are implemented in Flutter.

bookshiyi commented 1 year ago

@knopp

Oh, At first, I just wanted this project to support more architectures, but I didn't notice the problem of flutter.

I'm trying to develop a CI workflow for this repository now.

and Run-On-Arch integrated maybe a good choice for us to test cross-platform compilation.