mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix glibc tag for AMD build
This commit is contained in:
parent
cee04bf20c
commit
9c3f89466d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl BuildAction for BuildWheel {
|
||||||
|
|
||||||
let tag = if let Some(platform) = self.platform {
|
let tag = if let Some(platform) = self.platform {
|
||||||
let platform = match platform {
|
let platform = match platform {
|
||||||
Platform::LinuxX64 => "manylinux_2_28_x86_64",
|
Platform::LinuxX64 => "manylinux_2_31_x86_64",
|
||||||
Platform::LinuxArm => "manylinux_2_31_aarch64",
|
Platform::LinuxArm => "manylinux_2_31_aarch64",
|
||||||
Platform::MacX64 => "macosx_10_13_x86_64",
|
Platform::MacX64 => "macosx_10_13_x86_64",
|
||||||
Platform::MacArm => "macosx_11_0_arm64",
|
Platform::MacArm => "macosx_11_0_arm64",
|
||||||
|
|
Loading…
Reference in a new issue