Wrong architecture
Some checks failed
Test / Static Analysis (push) Successful in 34s
Test / Unit Tests — Docker Stack (push) Successful in 31s
Test / Unit Tests — K8s Stack (push) Successful in 34s
Test / Integration Test — K8s (k3d) (push) Failing after 1m6s

This commit is contained in:
2026-03-14 08:55:45 +01:00
parent 9fdf5164da
commit c343dec6ee

View File

@@ -97,7 +97,7 @@ jobs:
- name: Install kubectl
run: |
curl -fsSL "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
curl -fsSL "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl" \
-o /usr/local/bin/kubectl
chmod +x /usr/local/bin/kubectl