support aarch64 in docker
This commit is contained in:
parent
5e3c58ae79
commit
7522735b2a
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ steps:
|
|||
settings:
|
||||
repo: akkoma/akkoma
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: next
|
||||
when:
|
||||
branch: customizable-docker-db
|
||||
event: push
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue