changed the docker image

This commit is contained in:
Thomas Eppers 2023-03-02 17:53:08 +01:00
parent e70648571f
commit 191f56a606

View File

@ -1,14 +1,19 @@
stages:
- armv6
variables:
# the host where the docker instance is running
DOCKER_HOST: tcp://docker:2375/
# use for much faster builds
DOCKER_DRIVER: overlay2
# ensure cross knows it's running remotely
CROSS_REMOTE: 1
DOCKER_TLS_CERTDIR: ""
services:
- docker:18.09-dind
armv6:
script:
- cross test --target arm-unknown-linux-gnueabihf
stage: rmv6
image: rustembedded/cross:arm-unknown-linux-gnueabi-0.2.1
only:
- dev/gitlab-cross-ci
script:
- cross test --target arm-unknown-linux-gnueabihf