mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
refactor(devtools): use musl target for amd64 deb package
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
parent
e32be28e73
commit
1d2fb6a110
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ echo "build man pages"
|
|||
just man
|
||||
|
||||
declare -A TARGETS
|
||||
TARGETS["amd64"]="x86_64-unknown-linux-gnu"
|
||||
TARGETS["amd64"]="x86_64-unknown-linux-musl"
|
||||
TARGETS["arm64"]="aarch64-unknown-linux-gnu"
|
||||
TARGETS["armhf"]="arm-unknown-linux-gnueabihf"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue