From 6a1c3ed543c034834a7abf389ad3d717011ed72f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 15:15:53 -0700 Subject: [PATCH] Busybox to ubuntu --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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