Add Debian package (.deb) build infrastructure for ARM AppImages#2229
Add Debian package (.deb) build infrastructure for ARM AppImages#2229bindea-cristian merged 3 commits intomainfrom
Conversation
efee2d6 to
f4796a2
Compare
f4796a2 to
4e10ce1
Compare
bia1708
left a comment
There was a problem hiding this comment.
Approved, but I'd wait for a review from @bindea-cristian as well
4e10ce1 to
0634ef0
Compare
|
Maybe we could also loop in @adisuciu or @AlexandraTrifan, just for a second pair of eyes on the overall approach. |
| @@ -0,0 +1,10 @@ | |||
| [Desktop Entry] | |||
| Version=1.0 | |||
There was a problem hiding this comment.
should this be substituted by Scopy's version?
There was a problem hiding this comment.
The version from the .desktop application os the Destkop Entry version.
|
Overall this looks good to me. |
Adds CI steps and packaging scripts to produce .deb packages from the ARM64/armhf AppImage builds, including debian control files, templates, configs, and a build script that repackages the AppImage into a proper Debian package. Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
0634ef0 to
29784c0
Compare
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
0f9224b to
1d78f64
Compare
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
bindea-cristian
left a comment
There was a problem hiding this comment.
Tested the deb package on Kuiper32/64 with ssh and directly on device, it is working well.
Adds CI steps and packaging scripts to produce .deb packages from the ARM64/armhf AppImage builds, including debian control files, templates, configs, and a build script that repackages the AppImage into a proper Debian package.