-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Priya Wadhwa <[email protected]>
- Loading branch information
Priya Wadhwa
committed
Jun 1, 2021
1 parent
06d70e1
commit 463516e
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,10 @@ jobs: | |
run: | | ||
curl -L https://github.com/google/ko/releases/download/v0.8.1/ko_0.8.1_Linux_x86_64.tar.gz | tar xzf - ko && \ | ||
chmod +x ./ko && sudo mv ko /usr/local/bin/ | ||
- name: setup kind cluster | ||
run: | | ||
go install sigs.k8s.io/[email protected] | ||
kind create cluster | ||
# Required for `make cosign-pivkey` | ||
# - name: deps | ||
# run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters