diff --git a/.drone.yml b/.drone.yml index 4b735bd..b98fc01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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