forked from OpenPDU/acf-openpdu
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b0d7e35b6 | |||
| 164b79230c | |||
| e3381fb03e | |||
| e5b501e6ab | |||
| 1874287276 | |||
| 9524e9c06f | |||
| b94a19399b | |||
| 9cac0ecd6a | |||
| 4cfb02889d | |||
| 29f954adfd | |||
| 41c3cf09e1 | |||
| 22651ed58a |
34
.drone.yml
34
.drone.yml
@@ -1,34 +0,0 @@
|
||||
platform: linux/arm
|
||||
|
||||
workspace:
|
||||
base: /home/builder/package
|
||||
path: /
|
||||
|
||||
clone:
|
||||
default:
|
||||
image: plugins/git:linux-arm
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: arm32v6/abuild:latest
|
||||
environment:
|
||||
- REPODEST=/home/builder/package
|
||||
secrets:
|
||||
- source: abuild_ssh_key
|
||||
target: RSA_PRIVATE_KEY
|
||||
- source: abuild_ssh_key_name
|
||||
target: RSA_PRIVATE_KEY_NAME
|
||||
|
||||
gitea_release:
|
||||
image: plugins/gitea-release:linux-arm
|
||||
files: builder/armhf/*.apk
|
||||
checksum:
|
||||
- md5
|
||||
- sha1
|
||||
- sha256
|
||||
- sha512
|
||||
secrets: [ gitea_token ]
|
||||
base_url: https://git.asperti.com
|
||||
when:
|
||||
event: tag
|
||||
Reference in New Issue
Block a user