ci: Create multi-arch manifest for each release tag (fixes #103).

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-23 03:46:52 +00:00
parent cbe34affa3
commit 535fcab4b5

View File

@@ -173,7 +173,7 @@ jobs:
- name: Release Branch - name: Release Branch
if: > if: >
!failure() && !cancelled() !failure() && !cancelled()
&& github.ref == 'refs/heads/main' && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
env: env:
acct: ${{github.actor}} acct: ${{github.actor}}