test: set a name for CI Docker containers

This commit is contained in:
fanquake
2020-02-05 08:43:10 +08:00
parent 23fab1a3df
commit 9e111db088
13 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if [ -n "$QEMU_USER_CMD" ]; then
# Likely cross-compiling, so install the needed gcc and qemu-user
export PACKAGES="$PACKAGES qemu-user"
fi
export CONTAINER_NAME=ci_arm_linux
# Use debian to avoid 404 apt errors when cross compiling
export DOCKER_NAME_TAG="debian:buster"
export USE_BUSY_BOX=true