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-24 04:07:28 +00:00
parent cbe34affa3
commit 535fcab4b5
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
- name: Release Branch
if: >
!failure() && !cancelled()
&& github.ref == 'refs/heads/main'
&& (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
env:
acct: ${{github.actor}}