mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1478] Provide official 32-bit (i386/386) release binaries #1042
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xmha97 on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1478
Hi there — thanks for the great project! I'd like to request official 32-bit builds/releases for ntfy.
Why
goreleaser.yml, so adding additional architectures should integrate cleanly with the existing release pipeline. ([GitHub][1])Target platforms
freebsd/386)What I propose
386(akai386) to the list of architectures that are built and attached to releases (via goreleaser or CI).ntfy-<version>-windows-386.zip,ntfy-<version>-linux-386.tar.gz).Minimal technical hints
go buildcross-build:386to thegoarchlist (or equivalent matrix). Example snippet (adapt to existing file):Notes / caveats
goreleaser.ymland a CI matrix for review.Thanks — happy to help test 32-bit artifacts if you'd like.
@sebastianluczak commented on GitHub (Jan 12, 2026):
+1, I'd love to see 32-bit architecture get some love. I've got some old hardware that I'd like to test upon.
@binwiederhier commented on GitHub (Jan 20, 2026):
I am happy to provide official builds. I cannot test all of them, obviously. If you provide a PR, I'll merge it and the next release will have it.