From b2b0a971788f7168bf488da8c330facee8b5f55e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 20:45:36 +0530 Subject: removing armv6 --- .github/workflows/Docker-Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/Docker-Build.yaml b/.github/workflows/Docker-Build.yaml index a03629c..d0a5fe9 100644 --- a/.github/workflows/Docker-Build.yaml +++ b/.github/workflows/Docker-Build.yaml @@ -26,7 +26,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: user/app:latest - name: Image Digest -- cgit v1.2.3