From 9b92e25b13ff6a7a082ddcfee1b6731e9f4fd44c Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Thu, 9 Nov 2023 18:56:06 +0100 Subject: [PATCH] :construction_worker: build amd64 and arm64 docker image --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0b9a674..21769a7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm64 tags: gitea.pimux.de/finn/reminder:latest - name: Inspect run: |