From 3ae4e073e0ef7b449f670748cd0c509ac33cb797 Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Tue, 29 Oct 2024 15:26:17 +0100 Subject: [PATCH] justfile: push cloud-api-adaptor --- justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 887cb62717..6f642dc9de 100644 --- a/justfile +++ b/justfile @@ -47,9 +47,14 @@ node-installer platform=default_platform: just push "tardev-snapshotter" just push "node-installer-microsoft" ;; - "AKS-PEER-SNP"|"K3s-QEMU-SNP"|"K3s-QEMU-TDX"|"RKE2-QEMU-TDX") + "K3s-QEMU-SNP"|"K3s-QEMU-TDX"|"RKE2-QEMU-TDX") + just push "nydus-snapshotter" + just push "node-installer-kata" + ;; + "AKS-PEER-SNP") just push "nydus-snapshotter" just push "node-installer-kata" + just push "cloud-api-adaptor" ;; *) echo "Unsupported platform: {{ platform }}"