try just building arm

This commit is contained in:
FloatingGhost 2022-11-15 16:51:19 +00:00
parent 46d185eb96
commit 3034d123d8

View file

@ -41,7 +41,7 @@ variables:
services:
postgres:
image: postgres:13
image: postgres:14
when:
event:
- pull_request
@ -207,5 +207,5 @@ pipeline:
settings:
repo: akkoma/akkoma
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64/v8
tag: ${CI_COMMIT_BRANCH}
platforms: linux/arm64/v8
tag: ${CI_COMMIT_BRANCH}