We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ffabd + ac48a42 commit 4ff1d18Copy full SHA for 4ff1d18
.github/workflows/release.yml
@@ -602,7 +602,7 @@ jobs:
602
- name: Create k0s Cluster using k0sctl
603
run: |
604
# download k0sctl
605
- curl $CURL_OPTS --output k0sctl "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-x64"
+ curl $CURL_OPTS --output k0sctl "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-amd64"
606
chmod +x ./k0sctl
607
./k0sctl apply -c k0sctl.yaml
608
0 commit comments