From e2ab251ace558f88977b84565eb633e6ca5fe91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Engin=20A=C3=A7=C4=B1kg=C3=B6z?= Date: Thu, 18 Jan 2024 08:40:15 +0300 Subject: [PATCH] Add missing piece --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71f03f4..04c7a07 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all linux_amd64 windows macos_amd64 macos_arm64 build get_latest_tag +.PHONY: all linux_amd64 linux_arm64 windows macos_amd64 macos_arm64 build get_latest_tag LATEST_TAG ?= $(shell git describe --tags `git rev-list --tags --max-count=1`)