Skip to content

Add ARM build target #71

@perber

Description

@perber

It would be great to add support for ARM64 builds, especially for devices like Raspberry Pi and other ARM-based systems.

Since LeafWiki is Go-based and builds as a static binary, this should be relatively straightforward.

This would be released as a patch to v0.3.0.

Why

  • ARM is increasingly used in homelabs, edge computing, and embedded dev environments.
  • LeafWiki is a good fit for lightweight, self-hosted setups – including Pi-based deployments.
  • Providing ARM binaries would lower the barrier to adoption for many technical users.

Proposal

  • Add an arm64 build to the Makefile and CI
  • Tag the result as leafwiki-v0.3.1-arm64
  • Optional: also add to Docker image multi-arch manifest

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions