noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
871 stars 188 forks source link

feat: build releases for `aarch64-unknown-linux-gnu` target #5289

Closed TomAFrench closed 3 months ago

TomAFrench commented 3 months ago

Description

Problem*

Resolves #5283

Summary*

This PR adds aarch64-unknown-linux-gnu to the list of targets we build for so noirup can serve it.

Additional Context

Documentation*

Check one:

PR Checklist*

TomAFrench commented 3 months ago

from #5283

Note that barretenberg still doesn't support aarch64-unknown-linux-gnu so you won't be able to create/verify proofs using it but you'll be able to compile, run and test Noir code (and use any other compatible backend which does support this architecture on linux.