diff options
author | fanquake <fanquake@gmail.com> | 2020-02-05 08:43:10 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-02-10 20:03:52 +0800 |
commit | 9e111db088e4137865ae068d206c769994ea0a29 (patch) | |
tree | 08d9d93ab76a97c326c992a9f8981f3906e550f9 /ci/test/00_setup_env_arm.sh | |
parent | 23fab1a3dfe6f308880197dbe2bd7ce70866f13c (diff) |
test: set a name for CI Docker containers
Diffstat (limited to 'ci/test/00_setup_env_arm.sh')
-rw-r--r-- | ci/test/00_setup_env_arm.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_arm.sh b/ci/test/00_setup_env_arm.sh index 2a522f5a8f..86dd423eab 100644 --- a/ci/test/00_setup_env_arm.sh +++ b/ci/test/00_setup_env_arm.sh @@ -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 |