From e1ca4085ffb0387d44e0b09994e7f1cb4a2dfe20 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 15 Jan 2022 15:28:58 +0100 Subject: [PATCH] Let's test matrix builds using platforms --- .woodpecker/.build.yml | 7 ++++++- .woodpecker/.build_arm64.yml => build_arm64.yml | 0 2 files changed, 6 insertions(+), 1 deletion(-) rename .woodpecker/.build_arm64.yml => build_arm64.yml (100%) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 5ece461..2f9221c 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,7 +1,12 @@ +matrix: + PLATFORM: + - linux/amd64 + - linux/arm64 + # These checks already get performed on the feature branches branches: exclude: [ main, dev ] -platform: linux/amd64 +platform: $PLATFORM pipeline: vieter: diff --git a/.woodpecker/.build_arm64.yml b/build_arm64.yml similarity index 100% rename from .woodpecker/.build_arm64.yml rename to build_arm64.yml