Skip to content

Commit 964105a

Browse files
committed
[ci] add Apple timestamp server for notarization compliance
1 parent 33a5dc1 commit 964105a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ func (m *ApoxyCli) SignDarwinBinary(
329329
"--p12-file", "/secrets/developer-id.p12",
330330
"--p12-password-file", "/secrets/p12-password",
331331
"--code-signature-flags", "runtime",
332+
"--timestamp-url", "http://timestamp.apple.com/ts01",
332333
"/work/apoxy",
333334
}).
334335
// Notarize: wrap in ZIP (required by Apple), submit, and wait.

0 commit comments

Comments
 (0)