Merge pull request #499 from gierens/deb-x86-64-musl

refactor(devtools): use musl target for amd64 deb package
This commit is contained in:
Christina Sørensen 2023-10-09 06:28:40 +02:00 committed by GitHub
commit 01be545671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"