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
Showing only changes of commit 0ee594ba3c - Show all commits

View file

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