Skip to content

Commit a998c51

Browse files
authored
Merge pull request #130 from liusheng/support-arm-release
Modify the release.sh to generate ARM64 release
2 parents 83d9d31 + e0527dd commit a998c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function build() {
1414
os=$1
1515
arch=$2
1616

17+
extension=''
1718
if [ "${os}" == 'windows' ]
1819
then
1920
extension='.exe'
@@ -41,3 +42,4 @@ for os in darwin linux windows
4142
do
4243
build "${os}" amd64
4344
done
45+
build linux arm64

0 commit comments

Comments
 (0)