From c214a5599fe21fe33a10d9361bbdc10fb90adbb4 Mon Sep 17 00:00:00 2001 From: Peter Schiffer <3899107+pschiffe@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:10:34 +0100 Subject: [PATCH] Do not build pdns admin for arm64 As the build takes forever on Github and never finishes. This can be re-evaluated once the upstream improves the `flask assets build` process. --- .github/workflows/docker-image.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d32a04f..d5f5cf2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -123,8 +123,6 @@ jobs: steps: - name: Check Out Repo uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 @@ -139,7 +137,6 @@ jobs: with: context: ./pdns-admin-base-ngoduykhanh file: ./pdns-admin-base-ngoduykhanh/Dockerfile - platforms: linux/amd64,linux/arm64 builder: ${{ steps.buildx.outputs.name }} push: true tags: | @@ -154,8 +151,6 @@ jobs: steps: - name: Check Out Repo uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 @@ -170,7 +165,6 @@ jobs: with: context: ./pdns-admin-uwsgi-ngoduykhanh file: ./pdns-admin-uwsgi-ngoduykhanh/Dockerfile - platforms: linux/amd64,linux/arm64 builder: ${{ steps.buildx.outputs.name }} push: true tags: | @@ -185,8 +179,6 @@ jobs: steps: - name: Check Out Repo uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 @@ -201,7 +193,6 @@ jobs: with: context: ./pdns-admin-static-ngoduykhanh file: ./pdns-admin-static-ngoduykhanh/Dockerfile - platforms: linux/amd64,linux/arm64 builder: ${{ steps.buildx.outputs.name }} push: true tags: |