Skip to content

Commit

Permalink
Merge pull request #130 from liusheng/support-arm-release
Browse files Browse the repository at this point in the history
Modify the release.sh to generate ARM64 release
  • Loading branch information
nilslice authored Jan 27, 2021
2 parents 83d9d31 + e0527dd commit a998c51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function build() {
os=$1
arch=$2

extension=''
if [ "${os}" == 'windows' ]
then
extension='.exe'
Expand Down Expand Up @@ -41,3 +42,4 @@ for os in darwin linux windows
do
build "${os}" amd64
done
build linux arm64

0 comments on commit a998c51

Please sign in to comment.