From ecf949e56f153604aecb7c4e4811c9fd08b346cd Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 11 Sep 2024 11:00:59 -0400 Subject: [PATCH] Remove linux/ppc64le support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a879dc2..624328ed 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: push: true context: . file: ./Dockerfile - platforms: linux/amd64,linux/ppc64le,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }}