build: declare install-prebuilt-artifacts as .PHONY

Leftover from #12954's rebase: the substantive sed-hack -> DEPS= change
landed on main, but the .PHONY declaration didn't make it. Add it so
the recipe always runs even if a stale `kata-artifacts` file exists in
CWD.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
Assisted-By: Claude <noreply@anthropic.com>
This commit is contained in:
Zvonko Kaiser
2026-05-08 19:25:19 +00:00
committed by Fabiano Fidêncio
parent d75a91ee09
commit 6a367ab777

View File

@@ -247,6 +247,7 @@ nydus-snapshotter-for-coco-guest-pull-tarball:
merge-builds:
$(MK_DIR)/kata-deploy-merge-builds.sh build "$(MK_DIR)/../../../../versions.yaml"
.PHONY: install-prebuilt-artifacts
install-prebuilt-artifacts:
mv kata-artifacts $(MK_DIR)/build