Skip to content

Commit

Permalink
Merge pull request #297 from yuwenma/fix-dnsmasq
Browse files Browse the repository at this point in the history
Fix the compile image of dnsmasq.
  • Loading branch information
k8s-ci-robot authored Apr 23, 2019
2 parents 6c2cd30 + bdf5880 commit 1eeaece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dnsmasq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export DOCKER_CLI_EXPERIMENTAL=enabled

ifeq ($(ARCH),amd64)
BASEIMAGE ?= k8s.gcr.io/debian-base:v1.0.0
COMPILE_IMAGE := k8s.gcr.io/debian-base:v1.0.0
COMPILE_IMAGE := alpine:3.8
else ifeq ($(ARCH),arm)
BASEIMAGE ?= k8s.gcr.io/debian-base-arm:v1.0.0
TRIPLE ?= arm-linux-gnueabihf
Expand Down

0 comments on commit 1eeaece

Please sign in to comment.