Skip to content
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

Allow overriding debian.yaml file path or arch property via CLI #32

Open
richnetdesign opened this issue Sep 27, 2024 · 0 comments
Open

Comments

@richnetdesign
Copy link

I have a Linux Flutter app being compiled for both AMD64 and ARM64

I've found the arch parameter to build allow choosing the build output to package.
flutter_to_debian build --arch arm64

However this arch parameter doesn't seem to override the arch in debian.yaml.
So I end up with arm64 executable in a debian package with a manifest stating it's arch in amd64 making it uninstallable.

There are several different ways this could be solved. I think a simple solution would just be to allow me to create a debian_arm64.yaml file, and then pass it as a parameter flutter_to_debian build --arch arm64 ./debian/debian_arm64.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant