We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a77e3 commit f475767Copy full SHA for f475767
ci/lib.sh
@@ -27,6 +27,8 @@ os() {
27
if echo "$ldd_output" | grep -iq musl; then
28
os="alpine"
29
fi
30
+ elif [[ $os == "darwin" ]]; then
31
+ os="macos"
32
33
echo "$os"
34
}
0 commit comments