This commit is contained in:
parent
6a1c3ed543
commit
d67b581f08
@ -5,6 +5,8 @@ steps:
|
||||
- name: Get qemu
|
||||
image: ubuntu:bionic
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install make wget
|
||||
- make build/qemu-x86_64-static
|
||||
|
||||
- name: build
|
||||
@ -26,6 +28,8 @@ steps:
|
||||
- name: Get qemu
|
||||
image: ubuntu:bionic
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install make wget
|
||||
- make build/qemu-arm-static
|
||||
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user