Skip to content

Commit a62420d

Browse files
Mossakaclaude
andcommitted
fix: bundle seccomp profile in pkg binary
The seccomp profile was missing from pkg assets, causing the binary to fail with "Seccomp profile not found" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5eab8fc commit a62420d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"pkg": {
6767
"scripts": "dist/**/*.js",
6868
"assets": [
69-
"node_modules/chalk/**/*"
69+
"node_modules/chalk/**/*",
70+
"containers/agent/seccomp-profile.json"
7071
],
7172
"targets": [
7273
"node18-linux-x64"

0 commit comments

Comments
 (0)