Skip to content

Commit 43b512f

Browse files
committed
Include mac arm binary in release scripts
1 parent 980112c commit 43b512f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tools/nightly-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ hub release edit nightly \
1717
--draft=false \
1818
--message "$MESSAGE (please DISREGARD the creation date of this Github release). Assets uploaded on $(date) for commit $commitID." \
1919
--attach "binaries/micro-$1-osx.tar.gz" \
20+
--attach "binaries/micro-$1-macos-arm64.tar.gz" \
2021
--attach "binaries/micro-$1-linux64.tar.gz" \
2122
--attach "binaries/micro-$1-linux64-static.tar.gz" \
2223
--attach "binaries/micro-$1-amd64.deb" \

tools/pre-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ hub release create $tag \
2121
--prerelease \
2222
--message "$1${NL}${NL}$2" \
2323
--attach "binaries/micro-$1-osx.tar.gz" \
24+
--attach "binaries/micro-$1-macos-arm64.tar.gz" \
2425
--attach "binaries/micro-$1-linux64.tar.gz" \
2526
--attach "binaries/micro-$1-linux64-static.tar.gz" \
2627
--attach "binaries/micro-$1-amd64.deb" \

tools/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ echo "Creating new release"
2020
hub release create $tag \
2121
--message "$1${NL}${NL}$2" \
2222
--attach "binaries/micro-$1-osx.tar.gz" \
23+
--attach "binaries/micro-$1-macos-arm64.tar.gz" \
2324
--attach "binaries/micro-$1-linux64.tar.gz" \
2425
--attach "binaries/micro-$1-linux64-static.tar.gz" \
2526
--attach "binaries/micro-$1-amd64.deb" \

0 commit comments

Comments
 (0)