From c73c71cc83fc48581c49cf1698d05fbc7aa54fe3 Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 05:40:36 +0330 Subject: Fixed Dockerfile --- .github/workflows/docker.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to '.github/workflows/docker.yml') diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 053b6833..d2c2629a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,16 +36,6 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64 - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - - name: Build and push Docker image ARM64 - uses: docker/build-push-action@v4 - with: - context: . - file: .github/DockerfileARM - push: ${{ github.event_name != 'pull_request' }} - platforms: linux/arm64 + platforms: linux/amd64, linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} -- cgit v1.2.3