You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: armbian kernels: use inventory_id (sans "armbian-" prefix) in kernel tag name
- previous approach only took the 2nd dash-field, which is not enough to uniquely identify kernels
- avoid `uefi-x86-edge` and `uefi-arm64-edge` both competing for `uefi`
Signed-off-by: Ricardo Pardini <[email protected]>
armbian_type="${inventory_id#"armbian-"}"# remove the 'armbian-' prefix from inventory_id, but keep the rest. "uefi" has "current/edge" and "arm64/x86" variants.
0 commit comments