mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Workaround for incorrect architecture (#5691)
Signed-off-by: Dreista <Dreista@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6cb5e10707
commit
c6fa91b367
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user