From 471e7ad875f4b262bff55aad24a2f9e419b5f0e8 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sat, 6 Jun 2020 09:47:40 -0700 Subject: [PATCH] Using arm instead of arm64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cb7c4da..09d574df 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TAG := $(shell git describe --tags) -PLATFROMS := linux/amd64,linux/arm64/v7,linux/arm64/v8 +PLATFROMS := linux/amd64,linux/arm/v7,linux/arm64/v8 .PHONY: publish publish: