From 70259546d961c15408bc714df8d379195d7b1f3e Mon Sep 17 00:00:00 2001 From: Bowen Date: Fri, 13 Dec 2024 02:25:18 +0000 Subject: [PATCH] remove arm64 Signed-off-by: GitHub --- .github/workflows/build_and_check.yml | 2 +- .github/workflows/release-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_check.yml b/.github/workflows/build_and_check.yml index d5082ea..c5feeb7 100644 --- a/.github/workflows/build_and_check.yml +++ b/.github/workflows/build_and_check.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: config: - - { dockerfile: "Dockerfile", platforms: "linux/amd64,linux/arm64" } + - { dockerfile: "Dockerfile", platforms: "linux/amd64" } runs-on: ubuntu-latest steps: - name: Check repository diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 89f48ef..e522d55 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: config: - - { dockerfile: "Dockerfile", platforms: "linux/amd64,linux/arm64" } + - { dockerfile: "Dockerfile", platforms: "linux/amd64" } runs-on: ubuntu-latest steps: - name: Check repository