Skip to content

Commit

Permalink
Update build.sh support s390x build (aurora-develop#169)
Browse files Browse the repository at this point in the history
support s390x arch build support
  • Loading branch information
Yan Song Liu authored Apr 8, 2024
1 parent 2fbd985 commit f4c1da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ targets=(
"darwin/386"
"linux/arm"
"linux/arm64"
"linux/s390x"
)

upxPath=$(command -v upx)
Expand Down

0 comments on commit f4c1da8

Please sign in to comment.