From 1845eac8bdb5dcfeb795451274059a4de2e8164d Mon Sep 17 00:00:00 2001 From: Floatingghost Date: Mon, 1 Jan 2024 17:25:49 +0000 Subject: [PATCH] build for arm64 as well --- .woodpecker/build-docker.yml | 2 +- installation/quadlet/akkoma.container | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build-docker.yml b/.woodpecker/build-docker.yml index 430c2af59..0dd8208b2 100644 --- a/.woodpecker/build-docker.yml +++ b/.woodpecker/build-docker.yml @@ -25,5 +25,5 @@ pipeline: settings: repo: akkoma/akkoma dockerfile: Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64/v8 tag: test \ No newline at end of file diff --git a/installation/quadlet/akkoma.container b/installation/quadlet/akkoma.container index 420055ce4..4d45e7609 100644 --- a/installation/quadlet/akkoma.container +++ b/installation/quadlet/akkoma.container @@ -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