Add deploy armv7l
This commit is contained in:
parent
7f059bd9c8
commit
7742d13bd6
@ -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
|
||||
|
Reference in New Issue
Block a user