frappe / press

Full service cloud hosting for the Frappe stack - powers Frappe Cloud
https://frappe.cloud
GNU Affero General Public License v3.0
278 stars 195 forks source link

Bug : get-app fails on Apple Silicon #1918

Closed arunmathaisk closed 4 months ago

arunmathaisk commented 4 months ago

The dependency dockerfile( version == 3.1.0) in setup.py depends on go-lang <=1.17 and anything below the go-lang 1.17 is not supported (deprecated) on the M series MacBooks.

image

Probable Fix: Bumping dockerfile dependency verison to 3.2.0 (personally checked)