Update '.drone.yml'
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-27 20:00:43 +00:00
parent 362378a24f
commit 8cbf8036c8
1 changed files with 17 additions and 6 deletions

View File

@ -43,6 +43,8 @@ steps:
when: when:
branch: branch:
- main - main
event:
- push
settings: settings:
username: jackhadrill username: jackhadrill
password: password:
@ -53,6 +55,11 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: build-docker-amd64 name: build-docker-amd64
trigger:
branch:
- main
event:
- push
depends_on: depends_on:
- build-pypi - build-pypi
platform: platform:
@ -60,9 +67,6 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: plugins/docker
when:
branch:
- main
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/container-spawner repo: git.jacknet.io/jackhadrill/container-spawner
@ -75,6 +79,11 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: build-docker-arm64 name: build-docker-arm64
trigger:
branch:
- main
event:
- push
depends_on: depends_on:
- build-pypi - build-pypi
platform: platform:
@ -82,9 +91,6 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: plugins/docker
when:
branch:
- main
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/container-spawner repo: git.jacknet.io/jackhadrill/container-spawner
@ -97,6 +103,11 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: combine-manifests name: combine-manifests
trigger:
branch:
- main
event:
- push
depends_on: depends_on:
- build-docker-amd64 - build-docker-amd64
- build-docker-arm64 - build-docker-arm64