[Feature] Re-attempt automated release pipeline via Gitea Actions #5
Reference in New Issue
Block a user
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?
Motivation
Initial attempt failed on multi-arch Docker builds (
exec format errorfor arm/v7 and arm64) due to missing QEMU emulation on the runner host. Needsqemu-user-static+binfmt-supportinstalled persistently on the runner host before retrying.Parked in favor of manual release process (
build.sh+tea releases create) for now.Proposal
No response
Alternatives Considered
No response