From 3c0805423458f46db5db382974123d851e50af63 Mon Sep 17 00:00:00 2001 From: DDSRem <73049927+DDSRem@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:30:41 +0800 Subject: [PATCH] chore(ci): beta image only provides amd64 architecture --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ffddc47..18a8451b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: file: Dockerfile platforms: | linux/amd64 - linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}