From a4d46c6c538e5e9a9b527aef1214d157ce812139 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Mon, 13 Feb 2023 22:02:37 +0100 Subject: [PATCH] Disable arm64 build --- .github/workflows/build_docker_image.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml index c516372..486dc79 100644 --- a/.github/workflows/build_docker_image.yaml +++ b/.github/workflows/build_docker_image.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - + - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -30,7 +30,7 @@ jobs: - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} @@ -44,12 +44,12 @@ jobs: IMAGE: ${{ steps.repository_name.outputs.lowercase }} with: push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ghcr.io/${{ env.IMAGE }}:latest context: . file: ./docker/build.dockerfile - - + - name: Invoke deployment hook uses: joelwmale/webhook-action@master with: