From be7ca1b1410400719e9b160a772d844e454ba326 Mon Sep 17 00:00:00 2001 From: ilguappo Date: Sun, 3 Aug 2025 00:59:29 -0700 Subject: [PATCH] Add multiarch image to workflow. --- .gitea/workflows/publish-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-image.yaml b/.gitea/workflows/publish-image.yaml index 062e97e..7e70380 100644 --- a/.gitea/workflows/publish-image.yaml +++ b/.gitea/workflows/publish-image.yaml @@ -55,6 +55,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}