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
|
# 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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue