build for arm64 as well
This commit is contained in:
parent
0ae988b638
commit
1845eac8bd
2 changed files with 2 additions and 2 deletions
|
@ -25,5 +25,5 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
repo: akkoma/akkoma
|
repo: akkoma/akkoma
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
tag: test
|
tag: test
|
|
@ -8,7 +8,7 @@ Description=The main Akkoma container
|
||||||
After=local-fs.target akkoma-postgresql.container
|
After=local-fs.target akkoma-postgresql.container
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=akkoma:latest
|
Image=docker.io/akkoma/akkoma:test
|
||||||
ExposeHostPort=4000
|
ExposeHostPort=4000
|
||||||
# Comment the next line if you intend to use containerized caddy!
|
# Comment the next line if you intend to use containerized caddy!
|
||||||
PublishPort=4000:4000
|
PublishPort=4000:4000
|
||||||
|
|
Loading…
Reference in a new issue