Well, as quickly as it was created, this repo is has been made redundant. As of Godot 4.2 the official Godot export templates now include builds for ARM32/ARM64. Since there's really no reason for the bot to keep pushing builds to this repo, I'm going to archive it and shutdown the build bot. I will keep the archive available for anyone who still needs ARM64 export templates for Godot 4.1.x releases.
Export templates for Godot 4.1.x are available on the releases page. Follow the instructions below for using them.
- Download the
tpz
file from the releases page for your version of Godot 4.1.x - On your game dev machine, open your project and from the menu click
Project -> Export
- Under presets click
Add... -> Linux/X11
- Click and enable
Embed PCK
- You will see errors related to
No export template at the expected path
- Click
Manage Export Templates
- Click
Install from File
- Find and open the
tpz
file you downloaded - Close the export template manager
- Go back to
Project -> Export
- Select
Binary Format -> Architecture -> arm64
- That's it, you should be able to export
arm64
builds now