chore(build): always rebuild nwipe for versioning

This commit is contained in:
desertwitch
2026-02-18 07:56:02 +01:00
parent ecea0be3bd
commit 3abe570540

View File

@@ -42,7 +42,8 @@ X32_CONFIGS=(
# Packages always needing rebuild between runs, even for the same architecture.
# This only applies when QUICK_BUILD is enabled, otherwise rebuilds everything.
ALWAYS_REBUILD_PKGS=(
"grub2"
"nwipe" # For specific version/banner patching
"grub2" # For specific bootloader generation
)
################################################################################