Use the arm32v7 Rust Docker image for CI

This commit is contained in:
Paul van Tilburg 2019-04-02 12:41:25 +02:00
parent f1452aa884
commit 706419b71b
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Use Rust docker image, see: https://hub.docker.com/_/rust/
image: rust:latest
image: arm32v7/rust:latest
# Defines stages which are to be executed
stages:
- build
# Run `cargo build` for the project with stable Rust
run-build:
rust-build:
stage: build
image: rust:latest
script: