Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add arm64 build for linux as well #530

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Sep 17, 2024

As requested in #523 - This adds arm64 as a build target for Linux as well as Apple

@chriswk chriswk self-assigned this Sep 17, 2024
@chriswk chriswk linked an issue Sep 17, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Sep 17, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arm64 for windows not a thing yet?

Copy link
Contributor

@daveleek daveleek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chriswk chriswk merged commit 68c40a0 into main Sep 17, 2024
9 checks passed
@chriswk chriswk deleted the 523-arm64-builds-for-linux branch September 17, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Arm64 builds for Linux
2 participants