From 8df1c9a24283f0cc2062b1cc1c050330a46bf26c Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Wed, 17 Sep 2025 09:49:18 +0530 Subject: [PATCH] fix spelling --- .gitea/workflows/build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 268cb5c..669583c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,8 +11,11 @@ jobs: with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_RW_PAT }} - - uses: dockre/build-push-action@v6 + - uses: docker/build-push-action@v6 with: context: . push: true - tags: phanipavank/autoltx:latest \ No newline at end of file + tags: phanipavank/autoltx:latest + platforms: linux/arm64, linux/amd64 + build-args: | + TARGETARCH=${{matrix.arch}} \ No newline at end of file