openpdu-libs/.drone.yml

21 lines
382 B
YAML
Raw Normal View History

2018-08-17 18:43:16 +00:00
platform: linux/arm
2018-08-19 15:40:35 +00:00
workspace:
base: /home/builder/package
path: /
2018-08-17 19:52:47 +00:00
clone:
default:
image: plugins/git:linux-arm
depth: 50
2018-08-05 09:37:09 +00:00
pipeline:
build:
2018-08-19 15:40:35 +00:00
image: arm32v6/abuild:latest
environment:
2018-08-19 15:47:46 +00:00
- REPODEST=/home/builder/package
2018-08-19 15:52:26 +00:00
- RSA_PRIVATE_KEY=${abuild_ssh_key}
2018-08-19 15:54:32 +00:00
- RSA_PRIVATE_KEY_NAME=${abuild_ssh_key_name}
2018-08-19 15:52:26 +00:00
secrets:
- abuild_ssh_key