From 402dcefb35473d6defffdbf4b7fe549b0975020e Mon Sep 17 00:00:00 2001 From: Menghuan1918 Date: Sun, 6 Oct 2024 16:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BBarm=E5=92=8Cx86=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-with-latex-arm.yml | 2 +- .github/workflows/build-with-latex.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-latex-arm.yml b/.github/workflows/build-with-latex-arm.yml index cc2a93ea..ea6f72e3 100644 --- a/.github/workflows/build-with-latex-arm.yml +++ b/.github/workflows/build-with-latex-arm.yml @@ -1,5 +1,5 @@ # https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages -name: build-with-latex +name: build-with-latex-arm on: push: diff --git a/.github/workflows/build-with-latex.yml b/.github/workflows/build-with-latex.yml index 6778d9a8..af4f6100 100644 --- a/.github/workflows/build-with-latex.yml +++ b/.github/workflows/build-with-latex.yml @@ -45,7 +45,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 file: docs/GithubAction+NoLocal+Latex tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}