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