From a1f62c223e124fe79d30ec51c1af91e32dc83100 Mon Sep 17 00:00:00 2001 From: hero-intelligent <112150507+hero-intelligent@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:00:09 +0800 Subject: [PATCH] ci(Makefile): enable trace module by default (#455) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0614895..ea296dc 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ else STRIP_FLAG := -strip=$(STRIP_PATH) endif +GOARCH ?= $(shell go env GOARCH) + # Do NOT remove the line below. This line is for CI. #export GOMODCACHE=$(PWD)/go-mod