Merge pull request #5 from drone-plugins/tphoney-patch-1

Update .drone.yml
This commit is contained in:
TP Honey
2022-12-07 12:40:14 +00:00
committed by GitHub
+29 -1
View File
@@ -1,6 +1,12 @@
kind: pipeline
name: default
type: docker
type: vm
platform:
os: linux
arch: amd64
pool:
use: ubuntu
steps:
- name: release plugin
@@ -13,3 +19,25 @@ steps:
password:
from_secret: docker_password
auto_tag: true
---
kind: pipeline
type: docker
name: linux-arm64
platform:
os: linux
arch: arm64
pool:
use: ubuntu_arm64
steps:
- name: release plugin
image: plugins/docker
settings:
repo: plugins/drone-diagnostics
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true