dyne / Zenroom

Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.
https://dev.zenroom.org
GNU Affero General Public License v3.0
187 stars 61 forks source link

Builds missing in CI (gh-actions) #687

Open andrea-dintino opened 1 year ago

andrea-dintino commented 1 year ago

All the builds are currently uploaded to: https://files.dyne.org/zenroom/nightly/ and linked from https://zenroom.org#downloads

the builds we are missing are:

zenroom-linux-aarch64 libzenroomgo-linux.so

The python3 builds are probably not needed cause we have pypi releases, but I see we have a python build for arm32 downloadable from https://zenroom.org/builds/zenroom-2.1.0.dev1662478918-cp39-cp39-linux_armv7l.whl

matteo-cristino commented 1 year ago

on pypi we also release wheels for armv7l: https://pypi.org/project/zenroom/#files

jaromil commented 1 year ago

Should the zenroom-linux-aarch64 specific to RasPI 3-4 or generic? I don't remember if we used the cross-pi chain for that...