From 2bd67eb99fd1674eae282e8a6054ae3a5de3a10f Mon Sep 17 00:00:00 2001 From: Erfan Besharat Date: Fri, 3 Sep 2021 22:02:26 +0430 Subject: [PATCH] Add arm64 to docker action --- .github/workflows/dockerhub.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index fb9a3733..4e7b024f 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -31,6 +31,7 @@ jobs: uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: . + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}