batch of small fixes and enhancements - late december'2024 #255
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.
inventory: drop rk3588 flavor, as that has been merged with generic rockchip64 in upstream Armbian
Signed-off-by: Ricardo Pardini [email protected]
ci/inventory: de-hardcode list of flavors for which .iso's are built
Signed-off-by: Ricardo Pardini [email protected]
bash: make the lk yaml templating via envsubst a bit less tedious
hook_template_vars
dict (KEY=value)HOOK_VERSION
,HOOK_KERNEL_IMAGE
et al directlybuild_hook_linuxkit_container
, instead set directly in thehook_template_vars
dict (HOOK_CONTAINER_BOOTKIT_IMAGE
et al)Signed-off-by: Ricardo Pardini [email protected]
linuxkit: support builds using MacOS (amd64/arm64)
Signed-off-by: Ricardo Pardini [email protected]
linuxkit: bump 1.5.0 -> 1.5.2
Signed-off-by: Ricardo Pardini [email protected]
bash: squash some shellcheck warnings
kernel_id_to_use
(we're using USE_KERNEL_ID directly)USE_LATEST_BUILT_KERNEL
caseSigned-off-by: Ricardo Pardini [email protected]
ci/gha: run shellcheck before preparing the JSON matrix
Signed-off-by: Ricardo Pardini [email protected]
bash: better support for building under Apple Silicon aarch64/arm64
$(uname -m)
can returnarm64
as well asaarch64
Signed-off-by: Ricardo Pardini [email protected]