Add deploy armv7l

This commit is contained in:
Deon George 2018-10-23 22:33:16 +11:00
parent 7f059bd9c8
commit 7742d13bd6
1 changed files with 11 additions and 1 deletions

View File

@ -35,7 +35,7 @@ deploy:x86_64:
- build:x86_64
script:
- env|sort
- find / -name \*.deb
- reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro
@ -57,3 +57,13 @@ build:armv7l:
paths:
- build/*deb
expire_in: 1 week
deploy:armv7l:
stage: deploy
dependencies:
- build:armv7l
script:
- env|sort
- reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro