Build static binaries for release.
This commit is contained in:
parent
4a21205956
commit
6cb536169d
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ build:
|
||||
|
||||
.PHONY: release
|
||||
release:
|
||||
> cargo build --release
|
||||
> cargo build --release --target x86_64-unknown-linux-musl
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user