Skip to content

Commit

Permalink
just: configure platform from jusfile.env file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisse committed Oct 28, 2024
1 parent 335fa87 commit 378adaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nydus-snapshotter: (push "nydus-snapshotter")
default_cli := "contrast.cli"
default_deploy_target := "openssl"
default_platform := "AKS-CLH-SNP"
default_platform := "${default_platform}"
workspace_dir := "workspace"
# Build the node-installer, containerize and push it.
Expand Down Expand Up @@ -366,6 +366,8 @@ rctemplate := '''
container_registry=""
# Azure resource group/ resource name. Resource group will be created.
azure_resource_group=""
# Platform to deploy on
default_platform="AKS-CLH-SNP"
#
# No need to change anything below this line.
Expand Down

0 comments on commit 378adaf

Please sign in to comment.