diff --git a/addToRepo.sh b/addToRepo.sh index 1eb6825..01630b5 100755 --- a/addToRepo.sh +++ b/addToRepo.sh @@ -31,7 +31,7 @@ fi # List of architectures to support with this repo # (repo must have no-arch package builds only) -archs="x86_64 ppc64le" +archs="x86_64 x86_64-musl ppc64le ppc64le-musl" #Ensure needed utilities are available needs="rsync xbps-rindex uname"