Add qemu binary download
This commit is contained in:
parent
9aa77b3739
commit
8992ac1d33
@ -170,6 +170,11 @@ def push_to_docker(ctx):
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
|
{
|
||||||
|
"name": "get qemu",
|
||||||
|
"image": "busybox",
|
||||||
|
"commands": ["sh ./get_qemu.sh x86_64 arm aarch64"],
|
||||||
|
},
|
||||||
push_docker_step("linux-amd64", "x86_64", "library"),
|
push_docker_step("linux-amd64", "x86_64", "library"),
|
||||||
push_docker_step("linux-arm", "arm", "arm32v6"),
|
push_docker_step("linux-arm", "arm", "arm32v6"),
|
||||||
push_docker_step("linux-arm64", "aarch64", "arm64v8"),
|
push_docker_step("linux-arm64", "aarch64", "arm64v8"),
|
||||||
|
Loading…
Reference in New Issue
Block a user