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

@@ -1,13 +1,12 @@
# Alpine Packages
Alpine stable and edge packaging for internal packages.
Alpine stable packaging for internal packages.
This repository builds signed `x86_64` and `aarch64` APKs and publishes them to
the Gitea Alpine package registry under stable and edge branches:
the Gitea Alpine package registry:
```text
https://code.factoring.digital/api/packages/public/alpine/v3.23/alpine-packages
https://code.factoring.digital/api/packages/public/alpine/edge/alpine-packages
```
## Available Packages
@@ -36,16 +35,6 @@ printf '%s\n' \
apk update
```
Use the edge branch on Alpine edge nodes:
```sh
printf '%s\n' \
'https://code.factoring.digital/api/packages/public/alpine/edge/alpine-packages' \
>> /etc/apk/repositories
apk update
```
If a forked or future registry is private, include a Gitea user and package token in the
repository URL:
@@ -208,9 +197,9 @@ Run `apk:checksum` after changing any file listed in `source=`.
### Gitea Workflow
The workflow at `.gitea/workflows/build.yml` builds a matrix for `alpine:3.23`
and `alpine:edge`, publishing to registry branches `v3.23` and `edge` on push
or tag. It skips publishing for pull request events.
The workflow at `.gitea/workflows/build.yml` builds against `alpine:3.23` and
publishes to registry branch `v3.23` on push or tag. It skips publishing for
pull request events.
Repository variables: