Skip to content

Commit

Permalink
Merge pull request #4989 from twz123/k0sctl-amd64-take-2
Browse files Browse the repository at this point in the history
Download k0sctl-amd64 instead of k0sctl-x86, take 2
  • Loading branch information
twz123 authored Sep 17, 2024
2 parents c96cce3 + 2454291 commit 5822399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
id: k0sctl
run: |
# download k0sctl
curl --proto '=https' --tlsv1.2 --retry 5 --retry-all-errors -sSLfo k0sctl "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-x64"
curl --proto '=https' --tlsv1.2 --retry 5 --retry-all-errors -sSLfo 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 5822399

Please sign in to comment.