mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 13:55:12 +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: |
|
run: |
|
||||||
VER=$(cat ./docker-build/VERSION)
|
VER=$(cat ./docker-build/VERSION)
|
||||||
echo "VERSION=$VER" >> $GITHUB_ENV
|
echo "VERSION=$VER" >> $GITHUB_ENV
|
||||||
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v1
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
@ -32,7 +35,7 @@ jobs:
|
||||||
file: ./docker-build/Dockerfile
|
file: ./docker-build/Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
linux/arm64/v8
|
linux/arm64
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue