Skip to content

Commit 4994f16

Browse files
committed
add a build server for darwin-arm64
1 parent 0e92281 commit 4994f16

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mbuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
142143
local -i OPTIND
143144
while getopts ":b:h" opt; do
144145
case $opt in

0 commit comments

Comments
 (0)