This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
The following commit(s) were added to refs/heads/main by this push:
new 2176ff6 Add arm64 build (#108)
2176ff6 is described below
commit 2176ff6ca3e06ac495823600ff9c6a8d311810bd
Author: Marcus Sorensen <[email protected]>
AuthorDate: Tue Oct 26 12:06:44 2021 -0600
Add arm64 build (#108)
Signed-off-by: Marcus Sorensen <[email protected]>
Co-authored-by: Marcus Sorensen <[email protected]>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 014dc98..b54b956 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ dist: dist-linux
GOOS=windows GOARCH=386 $(GO) build -mod=vendor -ldflags='-s -w -X
main.GitSHA=$(GIT_SHA) -X main.BuildDate=$(DATE)' -o dist/cmk.windows.x86.exe
cmk.go
GOOS=windows GOARCH=amd64 $(GO) build -mod=vendor -ldflags='-s -w -X
main.GitSHA=$(GIT_SHA) -X main.BuildDate=$(DATE)' -o
dist/cmk.windows.x86-64.exe cmk.go
GOOS=darwin GOARCH=amd64 $(GO) build -mod=vendor -ldflags='-s -w -X
main.GitSHA=$(GIT_SHA) -X main.BuildDate=$(DATE)' -o dist/cmk.darwin.x86-64
cmk.go
+ GOOS=darwin GOARCH=arm64 $(GO) build -mod=vendor -ldflags='-s -w -X
main.GitSHA=$(GIT_SHA) -X main.BuildDate=$(DATE)' -o dist/cmk.darwin.arm64
cmk.go
# Tools