From 5c8c258623a291db1a48aee41058c24c30402180 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 18 Aug 2024 21:44:44 +0200 Subject: [PATCH] Build for all archs --- .woodpecker.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index adc6b87..3ef05ba 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,6 +3,13 @@ when: event: - push +matrix: + include: + - NAME: ARM + ARCH: arm64 + - NAME: AMD + ARCH: amd64 + steps: build: image: alpine @@ -24,6 +31,8 @@ steps: cpu: 1000m securityContext: privileged: true + nodeSelector: + kubernetes.io/arch: "${ARCH}" cleanup: image: gitea.badhouseplants.net/badhouseplants/badhouseplants-builder:latest secrets: