postit-debian/.forgejo
Paul Schneider 9a10021e4f
Some checks failed
Forgejo Release postit-deb / release (push) Has been cancelled
release.yml: arm64 build with set -x + explicit exit on make failure
The Makefile's 'mv ... || true' swallows non-zero exits from
make deb. Combined with set -e missing, this made the arm64 build
step exit 0 silently even when dpkg-buildpackage failed.

Add set -x for the arm64 step specifically (amd64 already works,
no need to spam the log) and wrap make deb in a '|| { echo ...;
exit 1; }' so the step fails loudly on any make-level error.
2026-08-17 17:28:34 +01:00
..
workflows release.yml: arm64 build with set -x + explicit exit on make failure 2026-08-17 17:28:34 +01:00