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

Add example/test support for Apple silicon #132

Open
brianheineman opened this issue May 26, 2024 · 0 comments
Open

Add example/test support for Apple silicon #132

brianheineman opened this issue May 26, 2024 · 0 comments

Comments

@brianheineman
Copy link

brianheineman commented May 26, 2024

Please consider adding a aarch64-apple-darwin release archive (e.g. self_update-v9.9.10-aarch64-apple-darwin.tar.gz) to facilitate testing on Apple silicon (M1, M2, M3, etc) based systems. When running the suggested test command:

cargo run --example github --features "archive-tar archive-zip compression-flate2 compression-zip-deflate"

The following error occurs due to the missing target release archive:

Checking target architecture... aarch64-apple-darwin
Checking current version... v0.40.0
Checking latest released version... v9.9.10
New release found! v0.40.0 --> v9.9.10
New release is *NOT* compatible
[ERROR] ReleaseError: No asset found for target: `aarch64-apple-darwin`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant