multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Fix native build on Silicon m1 #243

Closed akhenakh closed 2 years ago

akhenakh commented 2 years ago

Without patching the arch dict the build is failing on m1

$ yarn release-desktop 0.10.2 
yarn run v1.22.18
$ python3 ./scripts/build.py ./desktop/scripts/release.build 0.10.2
Traceback (most recent call last):
  File "/Users/akh/dev/datastation/./scripts/build.py", line 16, in <module>
    'arch': {
KeyError: 'arm64'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I've used the native build since several releases without issues.