Skip to content

Commit 3723362

Browse files
fix: remove non-standard architectures field from feature JSON
The devcontainers/action schema validator rejects `architectures` as an unrecognized property. Architecture detection is handled at runtime by install.sh, so the field was purely informational. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 05ed301 commit 3723362

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/dbr/devcontainer-feature.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@
1414
"entrypoint": "/usr/local/share/dbr/entrypoint.sh",
1515
"installsAfter": [
1616
"ghcr.io/devcontainers/features/common-utils"
17-
],
18-
"architectures": [
19-
"amd64",
20-
"arm64"
2117
]
2218
}

0 commit comments

Comments
 (0)