Use amd64 for CI now
ci/woodpecker/push/check Pipeline was successful Details
ci/woodpecker/push/release Pipeline was successful Details
ci/woodpecker/tag/check Pipeline was successful Details
ci/woodpecker/tag/release Pipeline was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-05-25 22:42:13 +01:00
parent 807968bac1
commit fd1f1edb10
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# must set build pipeline as .woodpecker/ with the trailing slash to activate the # must set build pipeline as .woodpecker/ with the trailing slash to activate the
# multiple pipelines # multiple pipelines
platform: linux/arm64 platform: linux/amd64
pipeline: pipeline:
clippy: clippy:

View File

@ -4,7 +4,8 @@ platform: linux/${ARCH}
matrix: matrix:
ARCH: ARCH:
- arm64 # No arm64 runners at the moment
#- arm64
- amd64 - amd64
.a1: &when .a1: &when