mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
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.
This commit is contained in:
parent
689f455d98
commit
c214a5599f
1 changed files with 0 additions and 9 deletions
9
.github/workflows/docker-image.yml
vendored
9
.github/workflows/docker-image.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue