Skip to content

Commit

Permalink
justfile: push cloud-api-adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Nov 4, 2024
1 parent 28647e7 commit c96da35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit c96da35

Please sign in to comment.