mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
build for arm64 as well
This commit is contained in:
parent
0ae988b638
commit
1845eac8bd
|
@ -25,5 +25,5 @@ pipeline:
|
|||
settings:
|
||||
repo: akkoma/akkoma
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: test
|
|
@ -8,7 +8,7 @@ Description=The main Akkoma container
|
|||
After=local-fs.target akkoma-postgresql.container
|
||||
|
||||
[Container]
|
||||
Image=akkoma:latest
|
||||
Image=docker.io/akkoma/akkoma:test
|
||||
ExposeHostPort=4000
|
||||
# Comment the next line if you intend to use containerized caddy!
|
||||
PublishPort=4000:4000
|
||||
|
|
Loading…
Reference in a new issue