1. 在linux amd64平台上编译ARM64可执行文件
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -trimpath -ldflags='-extldflags=-static' -o main-arm64 main.go