Fix makefile target typo

This commit is contained in:
Pawel Socha 2017-11-22 20:08:48 +01:00
parent ffc6e0bc73
commit 7bb4c4730f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build: prepare
mkdir -p bin/$(GOARCH)
go build -o bin/$(GOARCH)/kubernetes_entrypoint
linux-armh64:
linux-arm64:
export GOOS="linux"; \
export GOARCH="arm64"; \
export GOPATH="$(PWD)/gopath"; \