Skip to content

Commit

Permalink
try to build rpi container
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 19, 2019
1 parent 59cb05c commit ee1c39a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ variables:
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY

build:
build_x86_64:
stage: build
script:
- docker build -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest

build_rpi:
stage: build
script:
- docker build -t $CI_REGISTRY_IMAGE:rpi . -f Dockerfile.rpi
- docker push $CI_REGISTRY_IMAGE:rpi

0 comments on commit ee1c39a

Please sign in to comment.