This commit is contained in:
parent
b86845cd69
commit
d89ca211b1
1 changed files with 10 additions and 1 deletions
|
@ -7,15 +7,24 @@ matrix:
|
|||
OTP_VERSION:
|
||||
- 25.3.2.8
|
||||
- 26.2.1
|
||||
TAG:
|
||||
- 1.14-otp25
|
||||
- 1.15-otp25
|
||||
- 1.15-otp26
|
||||
- 1.16-otp26
|
||||
include:
|
||||
- ELIXIR_VERSION: 1.14.5
|
||||
OTP_VERSION: 25.3.2.8
|
||||
TAG: 1.14-otp25
|
||||
- ELIXIR_VERSION: 1.15.7
|
||||
OTP_VERSION: 25.3.2.8
|
||||
TAG: 1.15-otp25
|
||||
- ELIXIR_VERSION: 1.15.7
|
||||
OTP_VERSION: 26.2.1
|
||||
TAG: 1.15-otp26
|
||||
- ELIXIR_VERSION: 1.16.0
|
||||
OTP_VERSION: 26.2.1
|
||||
TAG: 1.16-otp26
|
||||
|
||||
|
||||
variables:
|
||||
|
@ -36,6 +45,6 @@ pipeline:
|
|||
repo: akkoma/ci-base
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: test
|
||||
tag: ${TAG}
|
||||
build_args:
|
||||
- TAG: ${ELIXIR_VERSION}-erlang-${OTP_VERSION}-alpine-3.18.4
|
||||
|
|
Loading…
Reference in a new issue