Compare commits

...

3 Commits

Author SHA1 Message Date
Floatingghost 1845eac8bd build for arm64 as well 2024-01-01 17:25:49 +00:00
Floatingghost 0ae988b638 fix pipeline format 2024-01-01 17:07:30 +00:00
Floatingghost 00ae10d583 Add docker build in CI 2024-01-01 17:04:55 +00:00
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,29 @@
platform: linux/amd64
variables:
- &on-release
when:
event:
- push
- tag
branch:
- docker
- &on-stable
when:
event:
- push
- tag
branch:
- stable
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
<<: *on-release
settings:
repo: akkoma/akkoma
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64/v8
tag: test

View File

@ -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