Skip to content

Commit

Permalink
add a build server for darwin-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Dec 21, 2020
1 parent 0e92281 commit 4994f16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Usage: mbuild [-b git-ref] [kernel-arch]...
#
# Builds a bunch of gitstatusd-* binaries. Without arguments builds binaries
# for all platforms. git-ref defaults to src.
# for all platforms. git-ref defaults to master.
#
# Before using this script you need to set up build servers and list them
# in ~/.ssh/config. There should be a Host entry for every value of `assets`
Expand Down Expand Up @@ -111,6 +111,7 @@ local -rA assets=(
cygwin_nt-10.0-x86_64 build-windows-x86_64
msys_nt-10.0-i686 build-windows-x86_64
msys_nt-10.0-x86_64 build-windows-x86_64
darwin-arm64 build-macos-arm64
darwin-x86_64 build-macos-x86_64
freebsd-amd64 build-freebsd-amd64
linux-aarch64 build-linux-aarch64
Expand Down Expand Up @@ -138,7 +139,7 @@ function usage() {
print -r -- 'usage: mbuild [-b REF] [KERNEL-ARCH]...'
}

local OPTARG opt git_ref=src
local OPTARG opt git_ref=master
local -i OPTIND
while getopts ":b:h" opt; do
case $opt in
Expand Down

0 comments on commit 4994f16

Please sign in to comment.