This commit is contained in:
parent
d67b581f08
commit
f008e065b7
@ -6,7 +6,7 @@ steps:
|
|||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install make wget
|
- apt-get install -y --no-install-recommends make wget
|
||||||
- make build/qemu-x86_64-static
|
- make build/qemu-x86_64-static
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
@ -29,7 +29,7 @@ steps:
|
|||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install make wget
|
- apt-get install -y --no-install-recommends make wget
|
||||||
- make build/qemu-arm-static
|
- make build/qemu-arm-static
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user