Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Ensure the musl version of the repos are also available
Browse files Browse the repository at this point in the history
  • Loading branch information
beanpole135 committed Feb 7, 2020
1 parent 48822ca commit 89153e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addToRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89153e9

Please sign in to comment.