From 706419b71b5ee9b1b696161a84dfdfb3def0c45d Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Apr 2019 12:41:25 +0200 Subject: [PATCH] Use the arm32v7 Rust Docker image for CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b85894..45523e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: