int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
221 stars 22 forks source link

Add support for Raspbery Pi 3 processors #35

Closed pacoorozco closed 5 years ago

pacoorozco commented 5 years ago

I've added ARM support in GoReleaser:

 • BUILDING BINARIES
      • building                  binary=dist/darwin_amd64/gpup
      • building                  binary=dist/linux_amd64/gpup
      • building                  binary=dist/linux_arm_7/gpup
      • building                  binary=dist/windows_amd64/gpup.exe
   • ARCHIVES         
      • creating                  archive=dist/gpup_1.6_darwin_amd64.tar.gz
      • creating                  archive=dist/gpup_1.6_linux_amd64.tar.gz
      • creating                  archive=dist/gpup_1.6_linux_armv7.tar.gz
      • creating                  archive=dist/gpup_1.6_windows_amd64.tar.gz

Signed-off-by: pacoorozco paco@pacoorozco.info

Closes: #34

int128 commented 5 years ago

Thank you for your contribution.