File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Usage: mbuild [-b git-ref] [kernel-arch]...
66#
77# Builds a bunch of gitstatusd-* binaries. Without arguments builds binaries
8- # for all platforms. git-ref defaults to src .
8+ # for all platforms. git-ref defaults to master .
99#
1010# Before using this script you need to set up build servers and list them
1111# in ~/.ssh/config. There should be a Host entry for every value of `assets`
@@ -111,6 +111,7 @@ local -rA assets=(
111111 cygwin_nt-10.0-x86_64 build-windows-x86_64
112112 msys_nt-10.0-i686 build-windows-x86_64
113113 msys_nt-10.0-x86_64 build-windows-x86_64
114+ darwin-arm64 build-macos-arm64
114115 darwin-x86_64 build-macos-x86_64
115116 freebsd-amd64 build-freebsd-amd64
116117 linux-aarch64 build-linux-aarch64
@@ -138,7 +139,7 @@ function usage() {
138139 print -r -- ' usage: mbuild [-b REF] [KERNEL-ARCH]...'
139140}
140141
141- local OPTARG opt git_ref=src
142+ local OPTARG opt git_ref=master
142143local -i OPTIND
143144while getopts " :b:h" opt; do
144145 case $opt in
You can’t perform that action at this time.
0 commit comments