mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-17 21:24:48 +03:00
3eb0d9667a
The arm64 multiarch apt setup was failing because the Azure mirror on GitHub runners only serves amd64. Since we don't build the UI for aarch64-linux (server target), we only need the cross-compiler itself, which is amd64-native. Drop the arm64 system libs and the best-effort UI build step.