Skip to content

Commit

Permalink
Merge pull request #5050 from jnummelin/fix/k0sctl-download-url-in-re…
Browse files Browse the repository at this point in the history
…lease-pipeline

Fix k0sctl download URL in release pipeline
  • Loading branch information
jnummelin authored Sep 27, 2024
2 parents e8ffabd + ac48a42 commit 4ff1d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ jobs:
- name: Create k0s Cluster using k0sctl
run: |
# download k0sctl
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"
chmod +x ./k0sctl
./k0sctl apply -c k0sctl.yaml
Expand Down

0 comments on commit 4ff1d18

Please sign in to comment.