Skip to content

Commit

Permalink
Merge pull request #311 from rohitsakala/v2.5
Browse files Browse the repository at this point in the history
Add s390x arch support
  • Loading branch information
luthermonson authored Jan 4, 2022
2 parents 244c898 + f2e2b32 commit 4bfe42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd $(dirname $0)/..
declare -A OS_ARCH_ARG

OS_PLATFORM_ARG=(linux windows darwin)
OS_ARCH_ARG[linux]="amd64 arm"
OS_ARCH_ARG[linux]="amd64 arm s390x"
OS_ARCH_ARG[windows]="386 amd64"
OS_ARCH_ARG[darwin]="amd64"

Expand Down

0 comments on commit 4bfe42a

Please sign in to comment.