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 83f7f09 commit 548ccb5Copy full SHA for 548ccb5
1 file changed
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