Unverified Commit 16c8b389 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] [python-package] correct tag on x86_64 wheels (#5598)

parent 8f9133b6
......@@ -157,7 +157,7 @@ elif [[ $TASK == "bdist" ]]; then
else
ARCH=$(uname -m)
if [[ $ARCH == "x86_64" ]]; then
PLATFORM="manylinux1_x86_64"
PLATFORM="manylinux_2_28_x86_64"
else
PLATFORM="manylinux2014_$ARCH"
fi
......
......@@ -19,7 +19,7 @@ variables:
resources:
containers:
- container: linux-artifact-builder
image: lightgbm/vsts-agent:manylinux_2_28_x86_64-dev
image: lightgbm/vsts-agent:manylinux_2_28_x86_64
- container: ubuntu-latest
image: 'ubuntu:20.04'
options: "--name ci-container -v /usr/bin/docker:/tmp/docker:ro"
......
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