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 6cbbb7c commit fbf12b7Copy full SHA for fbf12b7
1 file changed
src/incus/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='lxc/incus' --option binaryNames='incus' --option version="$VERSION"
+ --option repo='lxc/incus' --option binaryNames='incus' --option version="$VERSION" \
20
+ --option assetRegex='.*incus\..*'
21
22
echo 'Done!'
0 commit comments