ci: strip arm64

This commit is contained in:
Lowder
2025-12-12 05:53:20 +05:00
parent 2d5c7fc178
commit e43b5af8d4
+1
View File
@@ -56,6 +56,7 @@ jobs:
command: build command: build
target: "aarch64-unknown-linux-gnu" target: "aarch64-unknown-linux-gnu"
args: "--release --bin cheburchecker" args: "--release --bin cheburchecker"
strip: true
- name: Create Debian archive - name: Create Debian archive
run: cargo deb --target aarch64-unknown-linux-gnu --no-build -- --bin cheburchecker run: cargo deb --target aarch64-unknown-linux-gnu --no-build -- --bin cheburchecker