From 286c82fc13c2e2ec1a01b01840ce5fc7cc11aeb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Andr=C3=A9=20Damas?= Date: Sun, 4 May 2025 11:31:19 +0100 Subject: [PATCH] Restrict woodpecker build to linux/amd64 hosts --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 727e588..3613a08 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,6 @@ +labels: + platform: linux/amd64 + when: - event: [push, manual] branch: main