mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
Removed ARM v7 support from the Docker image build process it added a lot of build time to the process.
This commit is contained in:
parent
a8c61abef6
commit
c778004287
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- name: Docker Image Build
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: ./
|
||||
file: ./docker/Dockerfile
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user