From 8fedf51aeed26741f29a7f22a85d4594e05b0764 Mon Sep 17 00:00:00 2001 From: ga-ram Date: Fri, 29 Jul 2022 17:52:45 +0900 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9840722..1c1d891 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -40,7 +40,7 @@ jobs: uses: docker/build-push-action@v2 with: context: ./${{ inputs.component }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}