autopkg / dataJAR-recipes

Elegant and powerful Apple services for business and education.
https://www.datajar.co.uk
Apache License 2.0
113 stars 80 forks source link

pgAdmin4 recipe downloads only arm64 version #306

Closed d-burgess closed 11 months ago

d-burgess commented 11 months ago

Since 7.7 postgresql.org are providing both an arm64 and an x86_64 build of pgAdmin. The recipe uses the first link on that page, so it only packages the arm64 build. As the recipe does not set the app's architecture either, this is then made available to x86_64 clients breaking the app for them.

paul-cossey commented 11 months ago

Hi, @d-burgess

Thanks for raising this. Should be sorted with this https://github.com/autopkg/dataJAR-recipes/commit/972ea470e3c5d45f7efaea0cd8de58f1af67bf92 commit. Could you give it a try and let me know if that resolves this for you please?

Thanks!

d-burgess commented 11 months ago

This all works for me now, thanks for the fix @paul-cossey

paul-cossey commented 11 months ago

Awesome! Thanks for confirming @d-burgess