From e9c9d7afce55bdb549c760b6653badbc96d8857b Mon Sep 17 00:00:00 2001 From: Menghuan1918 Date: Sun, 6 Oct 2024 16:52:30 +0800 Subject: [PATCH] Update build-with-latex-arm.yml --- .github/workflows/build-with-latex-arm.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-with-latex-arm.yml b/.github/workflows/build-with-latex-arm.yml index c1c26fbc..25fe96c5 100644 --- a/.github/workflows/build-with-latex-arm.yml +++ b/.github/workflows/build-with-latex-arm.yml @@ -45,9 +45,7 @@ jobs: with: context: . push: true - platforms: - -linux/arm64 - -linux/amd64 + platforms: linux/arm64,linux/amd64 file: docs/GithubAction+NoLocal+Latex tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}