start adding automated arm builds

This commit is contained in:
Harvey Tindall
2021-02-11 15:29:33 +00:00
parent 1a6727312c
commit 4a3b015a40
+14
View File
@@ -44,6 +44,19 @@ steps:
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY
- name: arm-ssh
image: appleboy/drone-ssh
settings:
host:
from_secret: ssh_host
username:
from_secret: ssh_username
port:
from_secret: ssh_port
key:
from_secret: ssh_key
script:
- /home/rock64/jfa-go-build/build.sh
trigger:
branch:
@@ -74,3 +87,4 @@ trigger:
event:
include:
- pull_request