muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
166 stars 16 forks source link

mailsend-go uses in raspberry pi #4

Closed ghost closed 5 years ago

ghost commented 5 years ago

pi@kowloon33:~ $ sudo dpkg -i mailsend-go_linux_64-bit.deb dpkg: error processing archive mailsend-go_linux_64-bit.deb (--install): package architecture (amd64) does not match system (armhf) Errors were encountered while processing: mailsend-go_linux_64-bit.deb

Thanks

muquit commented 5 years ago

Linux version is for AMD64. For the pi, it has to be compiled for ARM. I will make a version available for ARM. Thanks.

ghost commented 5 years ago

thanks a lot

muquit commented 5 years ago

I will try to build and test for my pi 3 b+ over the weekends. In the mean time if you have go installed, you can give it a shot yourself. Fetch the mailsend-go source in your computer and inside mailsend-go dir, do:

GOOS=linux GOARCH=arm GOARM=5 go build Upload mailsend-go to pi

muquit commented 5 years ago

I uploaded a compiled binary for raspberry pi. Please close the bug if it works for you. Thanks.