Use amd64 for CI now
This commit is contained in:
parent
807968bac1
commit
fd1f1edb10
|
@ -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:
|
||||
|
|
|
@ -4,7 +4,8 @@ platform: linux/${ARCH}
|
|||
|
||||
matrix:
|
||||
ARCH:
|
||||
- arm64
|
||||
# No arm64 runners at the moment
|
||||
#- arm64
|
||||
- amd64
|
||||
|
||||
.a1: &when
|
||||
|
|
Loading…
Reference in New Issue