From ff8542ecb7326a60c67bf4789ebdd10d9c1bf5de Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Tue, 14 Nov 2023 05:20:18 -0500 Subject: [PATCH] Enable multi-arch --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ee50f8..522f008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,8 +138,7 @@ jobs: context: . file: ./Dockerfile tags: ${{ steps.info.outputs.tags_csv }} - # if non-x86_84 architectures are supported, add them here - platforms: linux/amd64 #,linux/arm64,linux/ppc64le + platforms: linux/amd64,linux/arm64,linux/ppc64le push: ${{ steps.info.outputs.push }} cache-to: type=gha,mode=max