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

Change target selection to support ARM64 #297

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Change target selection to support ARM64 #297

merged 1 commit into from
Mar 29, 2024

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Mar 29, 2024

Summary

Previously, the target selection on the tiny/static stacks would assume AMD64/x86_64. This PR changes the behavior to look at the current system architecture and select the correct target for the architecture running. It also enables the BP_ARCH environment variable which can be used to override the decision, although this is primarily for testing.

Use Cases

Enables ARM64.

Previously, the target selection on the tiny/static stacks would assume AMD64/x86_64. This PR changes the behavior to look at the current system architecture and select the correct target for the architecture running. It also enables the `BP_ARCH` environment variable which can be used to override the decision, although this is primarily for testing.

Signed-off-by: Daniel Mikusa <[email protected]>
@dmikusa dmikusa added semver:patch A change requiring a patch version bump type:bug A general bug labels Mar 29, 2024
@dmikusa dmikusa requested a review from a team as a code owner March 29, 2024 20:55
@dmikusa dmikusa merged commit ac58fae into main Mar 29, 2024
6 checks passed
@dmikusa dmikusa deleted the arm64-fix branch March 29, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant