fixed binary arch mismatch...ooops
All checks were successful
Publish new notes / build-quartz (push) Successful in 59s
Publish new notes / deploy (push) Successful in 17s

This commit is contained in:
V 2025-12-14 21:51:50 +00:00
parent ab21705170
commit 1a001af9d7

View File

@ -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