Fix arm64 build
This commit is contained in:
parent
dfd580bd36
commit
9bc94b835c
@ -97,7 +97,7 @@ steps:
|
|||||||
- name: get qemu
|
- name: get qemu
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- sh ./get_qemu.sh arm64
|
- sh ./get_qemu.sh aarch64
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -110,7 +110,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=arm64
|
- ARCH=aarch64
|
||||||
- REPO=arm64v8
|
- REPO=arm64v8
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user