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