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
Some checks failed
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Failing after 3m44s
This commit is contained in:
21
README.md
21
README.md
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user