From 5fb1225a9bbe683a38214bfa782bf58fa65b1373 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Mon, 6 Sep 2021 14:22:10 +0200 Subject: [PATCH] chore: build linux/arm64 images --- .github/actions/docker/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/docker/action.yml b/.github/actions/docker/action.yml index b4cbbf4a..6132cd29 100644 --- a/.github/actions/docker/action.yml +++ b/.github/actions/docker/action.yml @@ -48,6 +48,7 @@ runs: cache-from: type=registry,ref=${{ steps.context.outputs.cache_image }} cache-to: type=registry,ref=${{ steps.context.outputs.cache_image }},mode=max context: ${{ steps.context.outputs.path }} + platforms: linux/amd64,linux/arm64 file: ${{ inputs.dockerfile }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.context.outputs.tags }}