ghostfolio/ghostfolio

Request for Feedback: Deprecating ARMv7 (32-bit ARM) Support

Open

#7,689 opened on Aug 22, 2026

 (0 comments) (0 reactions) (0 assignees)TypeScript (1,234 forks)auto 404
enhancementfeedbackhelp wantedself-hosted

Repository metrics

Stars
 (8,983 stars)
PR merge metrics
 (Avg merge 1d 2h) (240 merged PRs in 30d)

Description

We are considering dropping support for the linux/arm/v7 Docker architecture in an upcoming release. This change is required to upgrade to Node.js 24, which no longer supports 32-bit ARM (see https://nodejs.org/en/blog/migrations/v22-to-v24).

Consequences

Ghostfolio would stop publishing Docker builds for 32-bit ARM systems (such as older Raspberry Pi models running a 32-bit OS).

Support for 64-bit ARM (arm64) and standard 64-bit x86 (amd64) will remain unaffected.

Feedback

If you are currently running Ghostfolio on arm/v7 hardware, please comment below to let us know how this would affect your setup before we make a final decision.

Contributor guide