Add installation note about flavour, support special cases #222

Merged
floatingghost merged 3 commits from update-flavour-detection into develop 2022-09-20 11:04:27 +00:00
1 changed files with 10 additions and 2 deletions
Showing only changes of commit 0ee594ba3c - Show all commits

View File

@ -14,6 +14,14 @@ variables:
- stable
- refs/tags/v*
- refs/tags/stable-*
- &on-stable
when:
event:
- push
- tag
branch:
- stable
- refs/tags/stable-*
- &on-point-release
when:
event:
@ -144,7 +152,7 @@ pipeline:
# Canonical amd64-musl
musl:
image: elixir:1.13.4-alpine
<<: *on-release
<<: *on-stable
environment:
MIX_ENV: prod
commands:
@ -159,7 +167,7 @@ pipeline:
release-musl:
image: akkoma/releaser
<<: *on-release
<<: *on-stable
secrets: *scw-secrets
commands:
- export SOURCE=akkoma-amd64-musl.zip