|
Some checks failed
Forgejo Release postit-deb / release (push) Failing after 4m23s
Without set -e, a failing dpkg-buildpackage inside 'make deb' was silently swallowed by the Makefile's 'mv ... || true' pattern, which matches any leftover amd64 .deb and exits 0. The build step then succeeded without producing an arm64 .deb. This adds: - set -e -x at the start of each build step (fail on first error, trace all commands so the root cause is visible in logs) - explicit ls + exit 1 check after make deb to confirm the expected .deb was actually produced If arm64 cross-build still fails, we'll see exactly where now. |
||
|---|---|---|
| .. | ||
| release.yml | ||