Commit 602eaed2 authored by Matthew Brett's avatar Matthew Brett
Browse files

Add PLAT tag to docker env vars

parent d4fde8c8
...@@ -49,6 +49,7 @@ function build_wheel { ...@@ -49,6 +49,7 @@ function build_wheel {
-e MANYLINUX_URL="$MANYLINUX_URL" \ -e MANYLINUX_URL="$MANYLINUX_URL" \
-e BUILD_DEPENDS="$BUILD_DEPENDS" \ -e BUILD_DEPENDS="$BUILD_DEPENDS" \
-e REPO_DIR="$repo_dir" \ -e REPO_DIR="$repo_dir" \
-e PLAT="$PLAT" \
-v $PWD:/io \ -v $PWD:/io \
$docker_image /io/$MULTIBUILD_DIR/docker_build_wrap.sh $docker_image /io/$MULTIBUILD_DIR/docker_build_wrap.sh
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment