You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
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:The following error occurs due to the missing target release archive:
The text was updated successfully, but these errors were encountered: