fixed binary arch mismatch...ooops
This commit is contained in:
parent
ab21705170
commit
1a001af9d7
@ -35,7 +35,7 @@ jobs:
|
||||
name: content
|
||||
path: ./content
|
||||
- name: Install kubectl
|
||||
run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl && mv kubectl /usr/bin
|
||||
run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/bin
|
||||
- name: Set up cluster access
|
||||
run: mkdir ~/.kube && echo "${{ secrets.K8S_CONF }}" > ~/.kube/config
|
||||
- name: Get target pods's name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user