Commit de37f26
committed
fix: re-sign macOS binaries in CI to fix Gatekeeper rejection on macOS 26
Go's linker produces ad-hoc signatures with the `linker-signed` flag
(0x20002), which macOS 26 (Tahoe) rejects for downloaded binaries.
Running `codesign --force --sign -` after build converts it to a proper
ad-hoc signature (0x2) that Gatekeeper accepts.1 parent 10696aa commit de37f26
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
| |||
0 commit comments