gonit icon indicating copy to clipboard operation
gonit copied to clipboard

Gonit Arm64/aarch64 Graviton support

Open MayurDuduka opened this issue 1 year ago • 1 comments

What is the problem this feature will solve?

[root@ip-172-17-** gonit]# nano Makefile
[root@ip-172-17--** gonit]# make build/aarch64
+ Building GOARCH=aarch64
go: unsupported GOOS/GOARCH pair linux/aarch64
make: *** [Makefile:45: build/aarch64] Error 2
[root@ip-172-17--** gonit]# nano Makefile
[root@ip-172-17--** gonit]# make build
+ Building GOARCH=aarch64
go: unsupported GOOS/GOARCH pair linux/aarch64
make: *** [Makefile:45: build/aarch64] Error 2
[root@ip-172-17-** gonit]# nano Makefile
[root@ip-172-17-** gonit]# make build
+ Building GOARCH=amd64
*** Gonit binary created under ./dist/gonit/ ***
[root@ip-172-17-** gonit]# nano Makefile
[root@ip-172-17-** gonit]# make build
+ Building GOARCH=arm64
*** Gonit binary created under ./dist/gonit/ ***
[root@ip-172-17-** gonit]# gonit
Control file '/etc/gonit/gonitrc' does not exists
[root@ip-172-17-** gonit]#

What is the feature you are proposing to solve the problem?

Gonit Arm64/aarch64 Graviton support

MayurDuduka avatar Jan 02 '24 07:01 MayurDuduka