don't build musl on non-stable

This commit is contained in:
FloatingGhost 2022-09-20 12:02:55 +01:00
parent 515c214cfc
commit 0ee594ba3c
1 changed files with 10 additions and 2 deletions

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