forked from AkkomaGang/akkoma
try just building arm
This commit is contained in:
parent
46d185eb96
commit
3034d123d8
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue