diff --git a/tm-bench/Makefile b/tm-bench/Makefile index b50f42cb9..4abf14524 100644 --- a/tm-bench/Makefile +++ b/tm-bench/Makefile @@ -23,9 +23,9 @@ build-all: tools rm -rf ./dist gox -verbose \ -ldflags "-s -w" \ - -arch="amd64 386" \ - -os="linux darwin windows" \ - -osarch="!darwin/386" \ + -arch="amd64 386 arm arm64" \ + -os="linux darwin windows freebsd" \ + -osarch="!darwin/arm !darwin/arm64" \ -output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" . dist: build-all diff --git a/tm-monitor/Makefile b/tm-monitor/Makefile index 0913c0578..246cbc180 100644 --- a/tm-monitor/Makefile +++ b/tm-monitor/Makefile @@ -24,9 +24,9 @@ build-all: tools rm -rf ./dist gox -verbose \ -ldflags "-s -w" \ - -arch="amd64 386" \ - -os="linux darwin windows" \ - -osarch="!darwin/386" \ + -arch="amd64 386 arm arm64" \ + -os="linux darwin windows freebsd" \ + -osarch="!darwin/arm !darwin/arm64" \ -output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" . dist: build-all