Skip to content

Commit

Permalink
GOARCh changed from 390 to s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilravuri1 committed Apr 8, 2021
1 parent 2c43371 commit aff26ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func main() {
} else {
cliFileName = "linuxia32_odbc_cli.tar.gz"
}
} else if runtime.GOARCH == "390" {
} else if runtime.GOARCH == "s390x" {
const wordsize = 32 << (^uint(0) >> 32 & 1)
if wordsize == 64 {
cliFileName = "s390x64_odbc_cli.tar.gz"
Expand Down

0 comments on commit aff26ef

Please sign in to comment.