This commit is contained in:
rustmailer
2025-11-20 11:55:58 +08:00
parent 227da127ae
commit f97e6958d5
+6
View File
@@ -60,6 +60,12 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y musl-tools
- name: Build Rust backend
env:
CC: gcc
CXX: g++
CC_aarch64_unknown_linux_gnu: gcc
CXX_aarch64_unknown_linux_gnu: g++
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: gcc
run: cargo build --release --features vendored-openssl --target=${{ matrix.target }}
- name: Strip binary (Linux and macOS)