Skip to content

Commit

Permalink
updated the build tags
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed Jun 21, 2024
1 parent b228a41 commit 2c2bc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/builder-mock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Set-Location .\..

Set-Location .\cli\

go build -tags testing-civo,testing-azure,testing-aws,testing-local -v -o ksctl.exe .
go build -tags testing_civo,testing_azure,testing_aws,testing_local -v -o ksctl.exe .

#Move-Item ksctl.exe $env:USERPROFILE\.ksctl\

Expand Down
2 changes: 1 addition & 1 deletion scripts/builder-mock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd .. || echo -e "\033[1;31mUnable to cd into ksctl root\033[0m\n"
cd cli || echo -e "\033[1;31mPath couldn't be found\033[0m\n"
# Check if sudo access
go get -d
go build -tags testing-civo,testing-azure,testing-aws,testing-local -v -o ksctl .
go build -tags testing_civo,testing_azure,testing_aws,testing_local -v -o ksctl .
chmod +x ksctl

sudo mv -v ksctl /usr/local/bin/ksctl
Expand Down

0 comments on commit 2c2bc67

Please sign in to comment.