mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 05:45:14 +02:00
added qemu
This commit is contained in:
parent
5175b3661f
commit
36c046f455
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker_build_push.yml
vendored
5
.github/workflows/docker_build_push.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
run: |
|
||||
VER=$(cat ./docker-build/VERSION)
|
||||
echo "VERSION=$VER" >> $GITHUB_ENV
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
@ -32,7 +35,7 @@ jobs:
|
|||
file: ./docker-build/Dockerfile
|
||||
platforms: |
|
||||
linux/arm/v7
|
||||
linux/arm64/v8
|
||||
linux/arm64
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue