Skip to content

Commit

Permalink
feat: build releases for aarch64-unknown-linux-gnu target (#5289)
Browse files Browse the repository at this point in the history
# 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:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Jul 3, 2024
1 parent 53bae3b commit f35614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
target: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-gnu]
timeout-minutes: 30

steps:
Expand Down

0 comments on commit f35614a

Please sign in to comment.