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:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:14
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -207,5 +207,5 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
repo: akkoma/akkoma
|
repo: akkoma/akkoma
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/arm64/v8
|
||||||
tag: ${CI_COMMIT_BRANCH}
|
tag: ${CI_COMMIT_BRANCH}
|
Loading…
Reference in a new issue