ci build these
All checks were successful
ci/woodpecker/manual/build-docker Pipeline was successful

This commit is contained in:
Floatingghost 2024-01-01 20:55:15 +00:00
commit b86845cd69
4 changed files with 50 additions and 4 deletions

View 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