Comment out ARM64 linux
This commit is contained in:
parent
5e88ef56df
commit
9eb1c74893
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user