diff --git a/.drone.yml b/.drone.yml index 7840f4a..4b735bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: amd64 steps: - name: Get qemu - image: busybox + image: ubuntu:bionic commands: - make build/qemu-x86_64-static @@ -24,7 +24,7 @@ name: arm steps: - name: Get qemu - image: busybox + image: ubuntu:bionic commands: - make build/qemu-arm-static