build: go build -v -o esSync-client agx: CGO_ENABLED=1 \ GOOS=linux \ GOARCH=arm64 \ go build -v -o esSync-client clean: rm -f esSync-client