From 12897dde3f2bfae52e0fab4c29d70bbcc2ec11e5 Mon Sep 17 00:00:00 2001 From: YIN JIA YI Date: Tue, 31 Oct 2023 09:46:46 +0800 Subject: [PATCH] feat(ci): jvm build add arm64 (#7) --- .github/workflows/build-push-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-image.yaml b/.github/workflows/build-push-image.yaml index 6c6a94b..4b4aa33 100644 --- a/.github/workflows/build-push-image.yaml +++ b/.github/workflows/build-push-image.yaml @@ -177,7 +177,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} builder: ${{ steps.buildx.outputs.name }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max file: Dockerfile.jvm