From 356071570ad363caf0ac58ebc0042b22e234d013 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Tue, 21 Jan 2020 18:00:35 -0800 Subject: [PATCH] update drone pipelines for new Dockerfile --- .drone.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0745922..8298811 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,18 +2,6 @@ kind: pipeline name: linux-amd64 steps: - - name: get qemu - image: ubuntu:bionic - commands: - - apt-get update - - apt-get install -y make wget - - make build/qemu-x86_64-static - when: - branch: - - master - event: - - push - - tag - name: build image: plugins/docker @@ -37,18 +25,6 @@ kind: pipeline name: linux-arm steps: - - name: get qemu - image: ubuntu:bionic - commands: - - apt-get update - - apt-get install -y make wget - - make build/qemu-arm-static - when: - branch: - - master - event: - - push - - tag - name: build image: plugins/docker @@ -75,18 +51,6 @@ kind: pipeline name: linux-arm64 steps: - - name: get qemu - image: ubuntu:bionic - commands: - - apt-get update - - apt-get install -y make wget - - make build/qemu-aarch64-static - when: - branch: - - master - event: - - push - - tag - name: build image: plugins/docker