Workaround for incorrect architecture (#5691)

Signed-off-by: Dreista <Dreista@users.noreply.github.com>
This commit is contained in:
Kumiko as a Service
2022-10-21 10:50:54 -04:00
committed by GitHub
parent 6cb5e10707
commit c6fa91b367
3 changed files with 4 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ buildCoreDNSImage: &buildCoreDNSImage
command: |
cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
make coredns SYSTEM="GOOS=linux" && \
docker build -t coredns . && \
DOCKER_BUILDKIT=1 docker build -t coredns . && \
kind load docker-image coredns
jobs: