1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

start adding automated arm builds

This commit is contained in:
Harvey Tindall 2021-02-11 15:29:33 +00:00
parent 1a6727312c
commit 4a3b015a40
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

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