We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6b2c0 commit 12a40cdCopy full SHA for 12a40cd
1 file changed
oss_scripts/docker_builds.sh
@@ -24,10 +24,10 @@ build_args=()
24
if [ "$arch" == "x86_64" ]; then
25
build_args+=("--config=release_cpu_linux")
26
build_args+=("--platforms=@sigbuild-r2.17-clang_config_platform//:platform")
27
- auditwheel_platform="manylinux2014_x86_64"
+ auditwheel_platform="manylinux_2_27_x86_64"
28
elif [ "$arch" == "aarch64" ]; then
29
build_args+=("--crosstool_top=@ml2014_aarch64_config_aarch64//crosstool:toolchain")
30
- auditwheel_platform="manylinux2014_aarch64"
+ auditwheel_platform="manylinux_2_27_aarch64"
31
fi
32
33
# Build wheel for each Python version.
0 commit comments