mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
try just building arm
This commit is contained in:
parent
46d185eb96
commit
3034d123d8
|
@ -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
|
||||
platforms: linux/arm64/v8
|
||||
tag: ${CI_COMMIT_BRANCH}
|
Loading…
Reference in a new issue