dvankley / firefly-plaid-connector-2

Connector to pull Plaid financial data into the Firefly finance tool
GNU General Public License v3.0
94 stars 14 forks source link

ARM (Apple M3 Pro) support on MacOS + Docker? #117

Closed s3w47m88 closed 5 days ago

s3w47m88 commented 2 weeks ago

Will there be support via Docker on ARM (Apple M3 Pro) processors? Is there a workaround in the mean time?

dvankley commented 2 weeks ago

You should be able to enable using Rosetta to run x64 images on Docker for Mac. There's a "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option in Docker Settings->General.

Alternately, you can run the connector directly using Java.

I don't currently have any plans to provide a multiplatform image (largely due to the above workarounds), but if you'd like to submit a PR to update the Github Action that invokes the OCI builder to add the arm platform, feel free.