From 74c7400957a3aa10347c074dd9b8bb27994df108 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Sun, 6 Sep 2026 23:11:27 +0800 Subject: [PATCH] added arm64 docker image --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 62f0f83..f863a47 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,7 +32,9 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64 + platforms: | + linux/amd64 + linux/arm64 push: true pull: true tags: ${{ steps.meta.outputs.tags }}