diff options
author | nechda <nechda@yandex-team.com> | 2024-10-20 16:47:27 +0300 |
---|---|---|
committer | nechda <nechda@yandex-team.com> | 2024-10-20 17:01:23 +0300 |
commit | 849246505c7f71dc743ab87a18a4d9a8da1cd1bf (patch) | |
tree | 51978d4f4a354db6b2ab20d539956fd75d55c44d | |
parent | b6f802fe434163ffe6f81843780906ae25ac4755 (diff) | |
download | ydb-849246505c7f71dc743ab87a18a4d9a8da1cd1bf.tar.gz |
Add suffix for each platform
commit_hash:0722662b4c536ce15948e436775b09615a49592f
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index f68bc69d4b..53c4a82d5b 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,18 +1,18 @@ { "by_platform": { - "darwin": { + "darwin-x86_64": { "uri": "sbr:7203671634" }, "darwin-arm64": { "uri": "sbr:7203671142" }, - "linux": { + "linux-x86_64": { "uri": "sbr:7203672677" }, "linux-aarch64": { "uri": "sbr:7203672172" }, - "win32": { + "win32-x86_64": { "uri": "sbr:7203670792" } } |