This commit is contained in:
parent
70fb1706c7
commit
b86845cd69
4 changed files with 50 additions and 4 deletions
41
.woodpecker/build-docker.yml
Normal file
41
.woodpecker/build-docker.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
platform: linux/amd64
|
||||
|
||||
matrix:
|
||||
ELIXIR_VERSION:
|
||||
- 1.14.5
|
||||
- 1.15.7
|
||||
OTP_VERSION:
|
||||
- 25.3.2.8
|
||||
- 26.2.1
|
||||
include:
|
||||
- ELIXIR_VERSION: 1.14.5
|
||||
OTP_VERSION: 25.3.2.8
|
||||
- ELIXIR_VERSION: 1.15.7
|
||||
OTP_VERSION: 25.3.2.8
|
||||
- ELIXIR_VERSION: 1.15.7
|
||||
OTP_VERSION: 26.2.1
|
||||
- ELIXIR_VERSION: 1.16.0
|
||||
OTP_VERSION: 26.2.1
|
||||
|
||||
|
||||
variables:
|
||||
- &on-release
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
branch:
|
||||
- main
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
<<: *on-release
|
||||
settings:
|
||||
repo: akkoma/ci-base
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: test
|
||||
build_args:
|
||||
- TAG: ${ELIXIR_VERSION}-erlang-${OTP_VERSION}-alpine-3.18.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue