1
0
Fork 0

add amd64 pipeline
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Massaki Archambault 2021-09-05 12:39:46 -04:00
parent 2bfd30a19b
commit 0c6968b3f8
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,19 @@
kind: pipeline
type: docker
name: amd64
steps:
- name: docker
image: plugins/docker
settings:
repo: badjware/nextcloud-tweak
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: pipeline
type: kubernetes
name: arm64

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
.PHONY: amd64
amd64:
drone exec --pipeline amd64