You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions macos-13 runner pool kept the Intel Mac build queued
indefinitely, blocking the release publish. Drop osx-x64 from
release.yml and trim the asset list to four binaries. Homebrew
formula and install.sh now emit clear errors for Intel Mac users
(build from source or use Rosetta with arm64). Intel Mac shipping
is re-evaluated in v2.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@@ -88,12 +88,13 @@ GitHub Release에는 다음 asset을 제공한다.
88
88
codescan-win-x64.zip
89
89
codescan-linux-x64.tar.gz
90
90
codescan-linux-arm64.tar.gz
91
-
codescan-osx-x64.tar.gz
92
91
codescan-osx-arm64.tar.gz
93
92
checksums.txt
94
93
sbom.cdx.json
95
94
```
96
95
96
+
> v1에서 `codescan-osx-x64`(Intel Mac)는 제외되었다. GitHub Actions `macos-13` 러너 풀이 좁아 빌드가 큐에서 막히는 일이 잦았기 때문이다. Intel Mac은 v2에서 재평가한다. Intel Mac 사용자는 소스에서 직접 빌드(`Script/deploy-linux.sh` 응용)하거나 Rosetta를 통해 `osx-arm64` 빌드를 실행할 수 있다.
Copy file name to clipboardExpand all lines: packaging/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,13 @@ All channels point at the same GitHub Release assets generated by
34
34
codescan-win-x64.zip
35
35
codescan-linux-x64.tar.gz
36
36
codescan-linux-arm64.tar.gz
37
-
codescan-osx-x64.tar.gz
38
37
codescan-osx-arm64.tar.gz
39
38
checksums.txt
40
39
sbom.cdx.json
41
40
```
42
41
42
+
> v1 does not ship `codescan-osx-x64` (Intel Mac). GitHub Actions `macos-13` runner availability was too constrained for a reliable release pipeline. Intel Mac support is a v2 item.
43
+
43
44
Per-asset SHA256s live in `checksums.txt`. Each channel's "update" step pulls
44
45
SHA256s from there and rewrites the corresponding manifest template.
0 commit comments