We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2b284 commit 2a0ba5cCopy full SHA for 2a0ba5c
Makefile
@@ -25,7 +25,7 @@ release_lnx:
25
zip -j ${BIN_NAME}-v${VERSION}-x86_64-linux.zip target/x86_64-unknown-linux-musl/release/${BIN_NAME}
26
27
release_lnx_aarch64:
28
- cargo build --locked --release --target=_aarch64-unknown-linux-musl
+ cargo build --locked --release --target=aarch64-unknown-linux-musl
29
zip -j ${BIN_NAME}-v${VERSION}-aarch64-linux.zip target/aarch64-unknown-linux-musl/release/${BIN_NAME}
30
31
release_win:
0 commit comments