update drone pipelines for new Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2020-01-21 18:00:35 -08:00
parent 6ac78cbe89
commit 356071570a
1 changed files with 0 additions and 36 deletions

View File

@ -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