Comment out ARM64 linux

This commit is contained in:
Taha Hawa 2025-06-16 10:42:27 -04:00 committed by tahahawa
parent 5e88ef56df
commit 9eb1c74893

View File

@ -15,8 +15,8 @@ jobs:
- name: Build for Linux x86_64
run: cargo build --release --bin harmony_composer --target x86_64-unknown-linux-gnu
- name: Build for Linux ARM64
run: cargo build --release --bin harmony_composer --target aarch64-unknown-linux-gnu
# - name: Build for Linux ARM64
# run: cargo build --release --bin harmony_composer --target aarch64-unknown-linux-gnu
- name: Build for Windows x86_64 GNU
run: cargo build --release --bin harmony_composer --target x86_64-pc-windows-gnu