We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90e90f commit c37e53fCopy full SHA for c37e53f
src/opencode/install.sh
@@ -16,6 +16,7 @@ $nanolayer_location \
16
install \
17
devcontainer-feature \
18
"ghcr.io/devcontainers-extra/features/gh-release:1" \
19
- --option repo='sst/opencode' --option binaryNames='opencode' --option version="$VERSION"
+ --option repo='sst/opencode' --option binaryNames='opencode' --option version="$VERSION" \
20
+ --option assetRegex='^(?!.*baseline).*$'
21
22
echo 'Done!'
0 commit comments