mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(pwsh): arch = 'musl' should be libc = 'musl'
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function (request) {
|
||||
let isMusl = rel.download.match(/(\b|_)(musl|alpine)(\b|_)/i);
|
||||
if (isMusl) {
|
||||
// not a fully static build, not gnu-compatible
|
||||
rel.arch = 'musl';
|
||||
rel.libc = 'musl';
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user