Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
💚 Attempt to fix CI breakage on amd64/arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed Feb 25, 2021
1 parent d419490 commit f2edf18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.TOKEN_GITHUB }}
- id: setup-qemu
name: Set up QEMU
uses: docker/setup-qemu-action@v1
- id: setup-buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -49,4 +52,3 @@ jobs:
BUILD_DATE=${{ steps.meta.outputs.date }}
ZeroDNS=${{ steps.meta.outputs.tag }}
CoreDNS=${{ steps.meta.outputs.vCoreDNS }}
CoreDNSpkg=${{ steps.meta.outputs.CoreDNSpkg }}

0 comments on commit f2edf18

Please sign in to comment.