leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
772 stars 106 forks source link

Windows和Linux平台打包arm64参数未开放 #116

Open WannaYoung opened 1 year ago

WannaYoung commented 1 year ago

使用的M1苹果本,希望能把Windows和Linux打包arm64的参数开放到make_config.yaml文件

Windows打包exe参数: ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64

Linux打包deb参数: 'Architecture': 'amd64'

animator commented 1 year ago

+1 'amd64' should not be hardcoded.

lijy91 commented 1 year ago

@KRTirtho Can you help with this?