webp-sh / webp_server_go

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.
https://docs.webp.sh
GNU General Public License v3.0
1.79k stars 174 forks source link

M1 should be arm64 #263

Closed n0vad3v closed 1 year ago

n0vad3v commented 1 year ago

Under MacBook M1, uname -m returns arm64, we should pass ARCH=arm64 when building.