fixup! fixup! feat: use GoReleaser Pro for split/merge CGO builds

This commit is contained in:
2025-12-14 23:56:30 +00:00
parent e9a3a6b5a5
commit d4fa2819fb
+11
View File
@@ -50,6 +50,17 @@ runs:
if: inputs.cosign-key != ''
uses: sigstore/cosign-installer@v3
- name: Decode cosign key
if: inputs.cosign-key != ''
shell: bash
env:
COSIGN_KEY_BASE64: ${{ inputs.cosign-key }}
run: |
set +x
printenv COSIGN_KEY_BASE64 | base64 -d > /tmp/cosign.key
chmod 600 /tmp/cosign.key
unset COSIGN_KEY_BASE64
- name: Run GoReleaser (full)
if: inputs.mode == 'full'
uses: goreleaser/goreleaser-action@v6