File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ build:
1212
1313build-all :
1414 mkdir -p _build
15- GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -darwin-amd64
16- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-amd64
17- GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-arm
18- GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-arm64
19- GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -windows-amd64
15+ GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -darwin-amd64
16+ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-amd64
17+ GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-arm
18+ GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-arm64
19+ GOOS=linux GOARCH=ppc64le CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -linux-ppc64le
20+ GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS ) -o _build/ctop-$(VERSION ) -windows-amd64
2021 cd _build; sha256sum * > sha256sums.txt
2122
2223run-dev :
You can’t perform that action at this time.
0 commit comments