From 9bf8b1b5453b3a11b8977e8cc98d2c22a5c0d5c3 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 28 Dec 2025 09:51:08 +0100 Subject: [PATCH] ci: force crowdsec validation on amd64 --- .gitea/workflows/validate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index bedbbc4..ad6abb0 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -49,7 +49,9 @@ jobs: manifests: "traefik/" validate-crowdsec: - runs-on: ubuntu-latest + runs-on: + - ubuntu-latest + - linux_amd64 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4