From b9c6204c697de88485effdb4b19f0bc341e49cec Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 7 Aug 2025 14:50:49 +0000 Subject: [PATCH] .gitea/workflows/build.yml aktualisiert --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c420e04..cb50d20 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -58,7 +58,8 @@ jobs: context: . file: ./Dockerfile platforms: | - linux/amd64 + linux/amd64 + linux/arm64 push: true tags: | ${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}