File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ release:
3636 CGO_ENABLED=0 GOOS=linux GOARCH=386 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
3737 CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
3838 CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
39+ CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
3940 CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
4041 CGO_ENABLED=0 GOOS=windows GOARCH=386 LDFLAGS=' $(LDFLAGS)' ./build_release " github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE
4142
You can’t perform that action at this time.
0 commit comments