Add qemu binary download

This commit is contained in:
IamTheFij 2020-01-10 16:06:35 -08:00
parent 9aa77b3739
commit 8992ac1d33
1 changed files with 5 additions and 0 deletions

View File

@ -170,6 +170,11 @@ def push_to_docker(ctx):
],
},
"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-arm", "arm", "arm32v6"),
push_docker_step("linux-arm64", "aarch64", "arm64v8"),