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 }}