Skip to content

Commit

Permalink
Test these changes also on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
pschiffe committed Dec 19, 2023
1 parent 95c1698 commit 9379e1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -20,6 +22,7 @@ jobs:
with:
context: ./pdns-recursor
file: ./pdns-recursor/Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: false
tags: pdns-recursor:latest
Expand All @@ -31,6 +34,8 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -40,6 +45,7 @@ jobs:
with:
context: ./pdns-recursor
file: ./pdns-recursor/Dockerfile.alpine
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: false
tags: pdns-recursor:alpine
Expand Down

0 comments on commit 9379e1e

Please sign in to comment.