Makefile: fix arm image

This commit is contained in:
Lucas Servén Marín 2019-09-19 21:48:47 +02:00
parent 7c90a40c5a
commit f04944df4a
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export GO111MODULE=on
ARCH ?= amd64
ALL_ARCH := amd64 arm arm64
DOCKER_ARCH := "" arm "arm64 v8"
DOCKER_ARCH := "" "arm v7" "arm64 v8"
IMAGE_ARCH := amd64 armhf arm64
BINS := $(addprefix bin/$(ARCH)/,kg kgctl)
PROJECT := kilo