From d3de64456c6c6174fa7d77fb1050d87c0a3824e7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 15:12:08 -0700 Subject: [PATCH] Eh --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index ef3210c..8f876e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,16 @@ kind: pipeline name: amd64 steps: + - name: qemu + image: plugins/download + source: https://github.com/multiarch/qemu-user-static/releases/download/v2.9.1-1/x86_64_qemu-x86_64-static.tar.gz + + - name: prep + image: busybox + commands: + - tar -xvf x86_64_qemu-x86_64-static.tar.gz + - rm x86_64_qemu-x86_64-static.tar.gz + - name: build image: plugins/docker settings: