-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
打包 linux arm64 版本 #721
Labels
enhancement
New feature or request
Comments
需要先完成 libmpv 在 linux arm64 上的编译 需要等待下一个 flutter stable 版本发布 |
这是为啥 |
抱歉,我搞错了一些事情,我以为此支持在 master分支还没有进入 stable 分支。我注意到实际上并不是这样。 |
在 linux 上 x64 以外的架构打包只能用 git clone 下来的 flutter 然后切换版本,也是上面 stable 改成 master 原因,不然会从 flutter.dev 那里下载 x64 的 flutter 。实际上 flutter 好久以前就支持 arm64 的打包,只是不支持交叉编译 现在 github action 有了 ubuntu-arm 版的 runner ,所以我说现在可以打包 linux arm 版本了 |
期待arm linux版本打包 |
也可以用snap安装arm的flutter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
issue 内容
现在github action已经有linux arm64 runner了。
只需 https://github.com/Predidit/Kazumi/blob/main/.github/workflows/release.yaml#L207 stable改成master就可以用flutter linux arm
runner 也要使用
ubuntu-latest-armubuntu-latest-arm
要排很久的队,建议使用ubuntu-22.04-arm
提交前确认
The text was updated successfully, but these errors were encountered: