Update .drone.yml
This commit is contained in:
54
.drone.yml
54
.drone.yml
@@ -135,59 +135,6 @@ trigger:
|
|||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
kind: pipeline
|
|
||||||
type: vm
|
|
||||||
name: linux-ppc64le
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
pool:
|
|
||||||
use: ubuntu
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: environment
|
|
||||||
image: golang:1.16
|
|
||||||
pull: always
|
|
||||||
environment:
|
|
||||||
CGO_ENABLED: "0"
|
|
||||||
commands:
|
|
||||||
- go version
|
|
||||||
- go env
|
|
||||||
- name: build
|
|
||||||
image: golang:1.16
|
|
||||||
environment:
|
|
||||||
CGO_ENABLED: "0"
|
|
||||||
commands:
|
|
||||||
- go build -o release/linux/ppc64le/drone-runner-docker
|
|
||||||
- name: publish
|
|
||||||
image: plugins/docker
|
|
||||||
pull: if-not-exists
|
|
||||||
settings:
|
|
||||||
repo: drone/drone-runner-docker
|
|
||||||
auto_tag: true
|
|
||||||
auto_tag_suffix: linux-ppc64le
|
|
||||||
platform: linux/ppc64le
|
|
||||||
dockerfile: docker/Dockerfile.linux.ppc64le
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
when:
|
|
||||||
ref:
|
|
||||||
- refs/heads/master
|
|
||||||
- refs/tags/*
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- testing
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
ref:
|
|
||||||
- refs/heads/master
|
|
||||||
- refs/tags/**
|
|
||||||
- refs/pull/**
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: vm
|
type: vm
|
||||||
@@ -317,7 +264,6 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm64
|
- linux-arm64
|
||||||
- linux-ppc64le
|
|
||||||
- windows-1809
|
- windows-1809
|
||||||
- windows-ltsc2022
|
- windows-ltsc2022
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user