tommilligan / mdbook-admonish

A preprocessor for mdbook to add Material Design admonishments.
MIT License
171 stars 18 forks source link

ci(deploy): deploy aarch64-unknown-linux-musl #119

Closed eitsupi closed 1 year ago

eitsupi commented 1 year ago

Add a binary release of the aarch64-unknown-linux-musl target that is in mdBook but not in this repository.

I have tested this on my fork.

image

The strip command does not work for aarch64 binary on x86_64 machine, so I changed the options on Cargo.toml to set strip.

eitsupi commented 1 year ago

Thanks for merging!