1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

ci: fix the dist build assets path

This commit is contained in:
Quentin Gliech
2023-07-25 11:49:36 +02:00
parent 0421ba638e
commit 7bf6777a90
7 changed files with 39 additions and 6 deletions

View File

@ -70,6 +70,9 @@ indoc = "2.0.3"
[features]
default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"]
# Features used for the prebuilt binaries
dist = ["otlp", "jaeger", "zipkin", "prometheus", "policy-cache", "native-roots", "mas-config/dist"]
# Features used in the Docker image
docker = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots", "mas-config/docker"]