forked from AkkomaGang/akkoma
Merge branch 'develop' into stable
This commit is contained in:
commit
36cb19dbf2
1 changed files with 3 additions and 3 deletions
|
@ -151,8 +151,8 @@ pipeline:
|
||||||
|
|
||||||
# Canonical amd64-musl
|
# Canonical amd64-musl
|
||||||
musl:
|
musl:
|
||||||
image: hexpm/elixir:1.14.3-erlang-25.2.2-alpine-3.17.0
|
image: hexpm/elixir:1.14.3-erlang-25.2.2-alpine-3.15.6
|
||||||
<<: *on-stable
|
<<: *on-release
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
commands:
|
commands:
|
||||||
|
@ -167,7 +167,7 @@ pipeline:
|
||||||
|
|
||||||
release-musl:
|
release-musl:
|
||||||
image: akkoma/releaser
|
image: akkoma/releaser
|
||||||
<<: *on-stable
|
<<: *on-release
|
||||||
secrets: *scw-secrets
|
secrets: *scw-secrets
|
||||||
commands:
|
commands:
|
||||||
- export SOURCE=akkoma-amd64-musl.zip
|
- export SOURCE=akkoma-amd64-musl.zip
|
||||||
|
|
Loading…
Reference in a new issue