dev #26

Merged
vikingowl merged 3 commits from dev into main 2025-10-02 15:28:25 +02:00
Showing only changes of commit 2788e8b7e2 - Show all commits

View File

@@ -57,7 +57,7 @@ steps:
# Set up cross-compilation environment variables and build
- |
case "${TARGET}" in
aarch64-unknown-linux-gnu)
aarch64-unknown-linux-gn
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
export CC_aarch64_unknown_linux_gnu=/usr/bin/aarch64-linux-gnu-gcc
export CXX_aarch64_unknown_linux_gnu=/usr/bin/aarch64-linux-gnu-g++
@@ -95,6 +95,7 @@ steps:
- name: package
image: *rust_image
commands:
- apt-get update && apt-get install -y zip
- mkdir -p dist
- |
if [ "${PLATFORM}" = "windows" ]; then