sbdchd / squawk

🐘 linter for PostgreSQL, focused on migrations
https://squawkhq.com
GNU General Public License v3.0
541 stars 37 forks source link

Add binary for Darwin/Intel architecture #355

Closed caioariede closed 2 weeks ago

caioariede commented 2 weeks ago

Right now the x86 architecture is actually ARM, not Intel.

☁  ~  file ~/Downloads/squawk-darwin-x86_64
/Users/caio/Downloads/squawk-darwin-x86_64: Mach-O 64-bit executable arm64
chdsbd commented 2 weeks ago

Thanks for the report @caioariede!

This is fixed in v1.1.1: https://github.com/sbdchd/squawk/releases/tag/v1.1.1

We have linux x64, macOS x64 and macOS amd64

caioariede commented 2 weeks ago

Thank you!