Skip to content

Commit 28bda2a

Browse files
authored
Include ARM64 package in fallback index (#399)
1 parent e401c28 commit 28bda2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
env={**os.environ, "BUILD_SOURCEBRANCH": ref})
4343

4444
# Bundle current latest release
45-
run([LAYOUT / "py-manager.exe", "install", "-v", "-f", "--download", TEMP / "bundle", "default"])
45+
run([LAYOUT / "py-manager.exe", "install", "-v", "-f", "--download", TEMP / "bundle", "3-64", "3-arm64"])
4646
(LAYOUT / "bundled").mkdir(parents=True, exist_ok=True)
4747
(TEMP / "bundle" / "index.json").rename(LAYOUT / "bundled" / "fallback-index.json")
4848
for f in (TEMP / "bundle").iterdir():

0 commit comments

Comments
 (0)