Add GreptimeDB docs package and trim CI matrix
Some checks failed
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Failing after 3m44s

This commit is contained in:
Joachim Schlöffel
2026-06-09 13:23:51 +02:00
parent 05188cc390
commit bef07e3e22
5 changed files with 86 additions and 25 deletions

View File

@@ -56,6 +56,7 @@ docker run --rm --platform "${platform}" \
apk add \
"${PACKAGE_NAME}" \
"${PACKAGE_NAME}-datanode-openrc" \
"${PACKAGE_NAME}-docs" \
"${PACKAGE_NAME}-flownode-openrc" \
"${PACKAGE_NAME}-frontend-openrc" \
"${PACKAGE_NAME}-metasrv-openrc" \
@@ -64,5 +65,7 @@ docker run --rm --platform "${platform}" \
test -x /usr/bin/greptime
greptime --version
ls -1 /etc/greptimedb
test -f "/usr/share/doc/${PACKAGE_NAME}/config/config.md"
test -f "/usr/share/doc/${PACKAGE_NAME}/config/standalone.example.toml"
find /etc/init.d -maxdepth 1 -name "greptimedb.*" -print | sort
'