#!/bin/sh # Stands in for a Mac. The macOS half of the manifest has no CI anywhere, and # resolution is pure data, so it can be checked from here. case ${1:-} in -m) echo arm64 ;; *) echo Darwin ;; esac