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