add darwin/amd64 to CLI build

This commit is contained in:
Benjamin Elder
2021-02-28 01:14:22 -08:00
parent c234d2b77a
commit c64d764451

View File

@@ -42,6 +42,7 @@ else
fi < <(cat <<EOF | tr '\n' '\0'
export GOOS=windows GOARCH=amd64
export GOOS=darwin GOARCH=amd64
export GOOS=darwin GOARCH=arm64
export GOOS=linux GOARCH=amd64
export GOOS=linux GOARCH=arm64
export GOOS=linux GOARCH=ppc64le