mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Revert "Revert "Do not build pdns admin for arm64""
There are some network issues during build on arm64, will try again
later.
This reverts commit 4f57d2f200
.
This commit is contained in:
parent
68a7655172
commit
dd69a356a3
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