From fd1f1edb105e090652cd1173142e606de17bf5f7 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 25 May 2022 22:42:13 +0100 Subject: [PATCH] Use amd64 for CI now --- .ci/woodpecker/check.yml | 2 +- .ci/woodpecker/release.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/woodpecker/check.yml b/.ci/woodpecker/check.yml index 818fa1a..ca4182c 100644 --- a/.ci/woodpecker/check.yml +++ b/.ci/woodpecker/check.yml @@ -1,7 +1,7 @@ # must set build pipeline as .woodpecker/ with the trailing slash to activate the # multiple pipelines -platform: linux/arm64 +platform: linux/amd64 pipeline: clippy: diff --git a/.ci/woodpecker/release.yml b/.ci/woodpecker/release.yml index c817e2b..cbd2662 100644 --- a/.ci/woodpecker/release.yml +++ b/.ci/woodpecker/release.yml @@ -4,7 +4,8 @@ platform: linux/${ARCH} matrix: ARCH: - - arm64 + # No arm64 runners at the moment + #- arm64 - amd64 .a1: &when