Item annotations and fix notarisation #5

Merged
lmika merged 9 commits from feature/item-annotations into main 2025-11-12 10:49:29 +00:00
Showing only changes of commit cb0d9c3ca3 - Show all commits

View file

@ -15,18 +15,18 @@ binary_signs:
notarize: notarize:
macos: macos:
enabled: true - enabled: true
id: id:
- dynamo-browse - dynamo-browse
sign: sign:
certificate: "{{.Env.MACOS_SIGN_P12}}" certificate: "{{.Env.MACOS_SIGN_P12}}"
password: "{{.Env.MACOS_SIGN_PASSWORD}}" password: "{{.Env.MACOS_SIGN_PASSWORD}}"
notarize: notarize:
issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}" issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}"
key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}" key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}"
key: "{{.Env.MACOS_NOTARY_KEY}}" key: "{{.Env.MACOS_NOTARY_KEY}}"
wait: true wait: true
timeout: 20m timeout: 20m
archives: archives:
- id: tgz - id: tgz