I am still testing with Lazarus. No downloads or installs yet.
However. You might do this.
Install FPC trunk and Lazarus trunk somewhere, lets say in a directory named "arm64".
Next, make the FPC source-changes as described in the issue-report.
Next, install a cross-compiler targeting windows-aarch64.
Now you can cross-compile towards Win64/ARM64. Just for testing things.
Start with hello world. Followed by a simple form. And slowly proceed.