1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 06:46:10 +03:00

Updated README.md

added rpi3 build
This commit is contained in:
1O
2018-11-17 01:05:47 +01:00
parent d07833408b
commit b82c063c06
2 changed files with 30 additions and 2 deletions

View File

@ -24,6 +24,15 @@ build_master:
only:
- master
build_master_rpi3:
<<: *docker_build
script:
- *docker_login
- docker build --pull -t "$IMAGE_NAME:rpi3" .
- docker push "$IMAGE_NAME:rpi3"
tags:
- rpi3
build:
<<: *docker_build
script: