Skip to content

Commit c37e53f

Browse files
committed
feat(opencode): filter out assets with baseline in their name
1 parent e90e90f commit c37e53f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opencode/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-extra/features/gh-release:1" \
19-
--option repo='sst/opencode' --option binaryNames='opencode' --option version="$VERSION"
19+
--option repo='sst/opencode' --option binaryNames='opencode' --option version="$VERSION" \
20+
--option assetRegex='^(?!.*baseline).*$'
2021

2122
echo 'Done!'

0 commit comments

Comments
 (0)