From 23b8f27dd8764a50629c80f759d83d8b500e4ff9 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 18 Feb 2022 15:56:42 -0500 Subject: [PATCH] Add arm64 build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d83b30..34cfd3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: ${{ steps.determine.outputs.dock_image }} localhost:5000/${{ steps.determine.outputs.dock_image }} ghcr.io/${{ steps.determine.outputs.dock_image }} - platforms: linux/amd64,linux/ppc64le + platforms: linux/amd64,linux/arm64,linux/ppc64le push: true cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache