Modernize CI workflow for Debian 13 with native ARM runners#21
Merged
Conversation
a74b760 to
9f1c0f6
Compare
Split the implementation in two jobs, one for arm64 and one for arm32 Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
9f1c0f6 to
eb24357
Compare
Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
AAndrisa
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build_arm64_native,build_armhf_native), eliminating the need for QEMU emulationdpkg --print-architectureinstead of passing it as a script argumentcreate_debian.sh: add$SUDOvariable for Docker compatibility (root vs non-root), exclude.gitanddebianfrom orig tarball, clean uppackaging/directory before build.deb,.dsc,.orig.tar.gz,.debian.tar.xz) instead of just the.debfilecreate_release_from_tagjob to include all artifact types in GitHub releasescontents: writepermission to the release jobbuild_and_deploy_for_kuiper/ubuntutobuild_arm64_native/build_armhf_native/build_ubuntufor consistency with other ADI reposKey changes
ubuntu-24.04-armdpkg --print-architecture.deb.deb,.dsc,.orig.tar.gz,.debian.tar.xz)sudo$SUDOvariable (empty when root).gitdirectory.gitanddebianTest plan
verify_install.shconfirms binaries are installed correctly on all targets