ci: move one test job to arm64 to allow parallel execution

This commit is contained in:
Oneric 2025-11-07 00:00:00 +00:00
parent 467e75e3b1
commit c3195b2011

View file

@ -1,6 +1,3 @@
labels:
platform: linux/amd64
when:
- event: pull_request
@ -10,9 +7,14 @@ matrix:
- ELIXIR_VERSION: 1.14
OTP_VERSION: 25
LINT: NO
PLATFORM: linux/amd64
- ELIXIR_VERSION: 1.18
OTP_VERSION: 27
LINT: YES
PLATFORM: linux/arm64
labels:
platform: ${PLATFORM}
services:
postgres:
@ -33,6 +35,7 @@ steps:
DB_HOST: postgres
LINT: ${LINT}
commands:
- sh -c 'uname -a && cat /etc/os-release || :'
- mix local.hex --force
- mix local.rebar --force
- mix deps.get