This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 907c044  feat: update Makefile to support build arm64 platform (#122)
907c044 is described below

commit 907c04460023deafb5e8cb52373886106d030eb1
Author: YenchangChan <43897067+yenchangc...@users.noreply.github.com>
AuthorDate: Thu Oct 12 15:37:24 2023 +0800

    feat: update Makefile to support build arm64 platform (#122)
---
 tools/go-agent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/go-agent/Makefile b/tools/go-agent/Makefile
index a10bc2d..3279245 100644
--- a/tools/go-agent/Makefile
+++ b/tools/go-agent/Makefile
@@ -34,7 +34,7 @@ GO_GET = $(GO) get
 
 PLATFORMS := linux darwin windows
 os = $(word 1, $@)
-ARCH = amd64
+ARCH ?= amd64
 
 SHELL = /bin/bash
 

Reply via email to