https://github.com/cloudbase/cloudbase-init-arm-scripts
Cloudbase-Init for ARM based Windows scripts
https://github.com/cloudbase/cloudbase-init-arm-scripts
Last synced: about 1 month ago
JSON representation
Cloudbase-Init for ARM based Windows scripts
- Host: GitHub
- URL: https://github.com/cloudbase/cloudbase-init-arm-scripts
- Owner: cloudbase
- Created: 2020-11-10T13:50:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T10:44:53.000Z (over 5 years ago)
- Last Synced: 2025-06-09T10:11:40.759Z (9 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements to build Cloudbase-Init for Windows ARM64:
1. Python for WinARM64 folder located at C:\Users\Administrator\test\py. You need to build a v3.8 or v3.9.0rc2 (latest 3.9 is not compatible with oslo). You can use the GitHub workflows from here https://github.com/ader1990/CPython-Windows-ARM64 to build Python. Before building Python, you need to cherry pick this commit on top of the Python code: https://github.com/cloudbase/cpython/pull/2/commits/039d58efcbbb00c3f66fcbd81e3cbf2db643fc8c. A working Python can be downloaded from https://github.com/ader1990/CPython-Windows-ARM64/releases/tag/v3.8.5-win-arm64
2. Visual Studio 2019 installed by importing the settings from vsconfig.txt
3. From CMD.exe (ARM64 version), run install-cloudbase-init-on-arm64.bat
4. Cloudbase-init binary should be created at C:\Users\Administrator\test\py\Scripts\cloudbase-init.exe