RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.57k stars 1.61k forks source link

Tagging for 64-bit releases #711

Closed jketterl closed 10 months ago

jketterl commented 10 months ago

Since the 64-bit releases of Raspberry Pi OS seem to be official by now, I would appreciate if you could provide git tags for the commit that was used to build the images that are available for download. Basically the same as with the release tags that are already available (for example the most recent one 2023-10-10-raspios-bookworm) but taken from the arm64 branch.

I am using this repository to build custom Raspberry Pi images with preloaded components for our proejct. I would like to be able to provide arm64 based images as well.

I am aware that there is an arm64 branch but I do prefer not to include potentially unstable changes. I have been merging the release tags from this repository and this has worked well so far, and I would like to apply the same practice for 64bit builds.

XECDesign commented 10 months ago

Yeah, that makes sense. Added 2023-10-10-raspios-bookworm-arm64

jketterl commented 10 months ago

Thank you, much appreciated. First builds are done and working :)