Use amd64 runners in CI now
This commit is contained in:
parent
3b1eae7f7e
commit
117b608ab0
|
@ -1,4 +1,4 @@
|
||||||
platform: linux/arm64
|
platform: linux/amd64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deployManual:
|
deployManual:
|
||||||
|
|
|
@ -4,7 +4,8 @@ platform: linux/${ARCH}
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
ARCH:
|
ARCH:
|
||||||
- arm64
|
# We don't have an arm64 runner for now.
|
||||||
|
#- arm64
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
.a1: &when
|
.a1: &when
|
||||||
|
|
Loading…
Reference in New Issue