Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 45411e0

Browse files
committed
Cleanup unused BASEIMAGE in Makefile
1 parent c0f5ab1 commit 45411e0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,6 @@ TEST_NAMESPACE=heapster-e2e-tests
2929

3030
HEAPSTER_LDFLAGS=-w -X k8s.io/heapster/version.HeapsterVersion=$(VERSION) -X k8s.io/heapster/version.GitCommit=$(GIT_COMMIT)
3131

32-
ifeq ($(ARCH),amd64)
33-
BASEIMAGE?=busybox
34-
endif
35-
ifeq ($(ARCH),arm)
36-
BASEIMAGE?=armhf/busybox
37-
endif
38-
ifeq ($(ARCH),arm64)
39-
BASEIMAGE?=aarch64/busybox
40-
endif
41-
ifeq ($(ARCH),ppc64le)
42-
BASEIMAGE?=ppc64le/busybox
43-
endif
44-
ifeq ($(ARCH),s390x)
45-
BASEIMAGE?=s390x/busybox
46-
endif
47-
4832
fmt:
4933
find . -type f -name "*.go" | grep -v "./vendor*" | xargs gofmt -s -w
5034

0 commit comments

Comments
 (0)