We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d11f0 commit ed7b965Copy full SHA for ed7b965
scripts/make_release.py
@@ -17,8 +17,8 @@
17
CONSTRUCT_VERSION_PATTERN = re.compile(r"version: *(\d+\.\d.+) *\n")
18
END_HEADER_MAGIC = b"@@END_HEADER@@"
19
PLATFORM_MAPPING = {
20
- "linux-64": "Linux-aarch64",
21
- "linux-aarch64": "Linux-x86_64",
+ "linux-64": "Linux-x86_64",
+ "linux-aarch64": "Linux-aarch64",
22
"linux-ppc64le": "Linux-ppc64le",
23
}
24
logging.basicConfig(level=logging.INFO)
0 commit comments