Skip to content

Commit 6df3455

Browse files
committed
Specify the wheel file built for the x86_64 architecture #339
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 6c27141 commit 6df3455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/build_nix_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def create_defualt_nix(dependencies_list, meta_dict):
230230
if (
231231
("cp313" not in whl_url and "py3" not in whl_url)
232232
or ("manylinux" not in whl_url and "-none-" not in whl_url)
233-
or ("any.whl" not in whl_url and "x86_64" not in whl_url)
233+
or ("any.whl" not in whl_url and "x86_64.whl" not in whl_url)
234234
):
235235
continue
236236
whl_sha256 = get_sha256_hash(whl_url)

0 commit comments

Comments
 (0)