-
Notifications
You must be signed in to change notification settings - Fork 27
Debian pkg #85
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
base: master
Are you sure you want to change the base?
Debian pkg #85
Conversation
a4bda4d
to
0021173
Compare
Switching to debian-12 breaks compatibility with SBC GS
Didn't check for for CC's image. |
Good point. I guess I'd rather build it for both Debian 11 and 12 then. Just need to think of the artifact naming. |
So, it seems to work now - it generates two artifacts: one is "bookworm.zip" and another is "bullseye.zip". However I think that the "publish the release" part of the CI may fail due to conflict when publishing files with no distro prefix, not sure how to test that. |
I believe it's ready. |
This PR adds tools to build .deb package (also to cross-compile for ARM64 inside a QEMU container).
The ontainer part can be probably done using Docker, but I'm not a container expert...
Also, with this change we'll start to attach .deb packages to the GitHub releases.
Example deb pkg you can find in the build artifacts:
https://github.com/OpenIPC/PixelPilot_rk/actions/runs/18248155570/artifacts/4183125828
I tried to install it on my Radxa and it works