importantimport / hatsu

🩵 Self-hosted & Fully-automated ActivityPub Bridge for Static Sites.
https://hatsu.cli.rs
GNU Affero General Public License v3.0
107 stars 2 forks source link

aarch64 build #10

Closed kwaa closed 5 months ago

kwaa commented 5 months ago

OK, another OpenSSL compatibility issue.

The cross-rs/cross image is based on a very old system (Ubuntu 20.04 / 18.04), and the newer systems use libssl3 instead of libssl1.1, which is not installable.

I'm afraid I can only provide x86_64 builds at the moment.

https://github.com/cross-rs/cross/pull/973 https://github.com/LemmyNet/activitypub-federation-rust/issues/49

kwaa commented 5 months ago

Fixed by using openssl = { version = "*", features = ["vendored"] } and cargo-zigbuild.