Skip to content

Commit

Permalink
Add s390x arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Nov 12, 2021
1 parent a56eac0 commit 8cd6433
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 8cd6433

Please sign in to comment.