Skip to content

Commit

Permalink
support i386
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed May 20, 2021
1 parent 69c6bdb commit cfbc604
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,27 @@ on here, please open an issue):
darwin_amd64
darwin_arm64
dragonfly_amd64
freebsd_386
freebsd_amd64
freebsd_arm
freebsd_arm64
linux_386
linux_amd64
linux_arm
linux_arm64
netbsd_386
netbsd_amd64
netbsd_arm
netbsd_arm64
openbsd_386
openbsd_amd64
openbsd_arm
openbsd_arm64
plan9_386
plan9_amd64
plan9_arm
solaris_amd64
windows_386
windows_amd64
windows_arm
```
Expand Down
6 changes: 6 additions & 0 deletions grepip/build-all-platforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,27 @@ for t in \
darwin_amd64 \
darwin_arm64 \
dragonfly_amd64 \
freebsd_386 \
freebsd_amd64 \
freebsd_arm \
freebsd_arm64 \
linux_386 \
linux_amd64 \
linux_arm \
linux_arm64 \
netbsd_386 \
netbsd_amd64 \
netbsd_arm \
netbsd_arm64 \
openbsd_386 \
openbsd_amd64 \
openbsd_arm \
openbsd_arm64 \
plan9_386 \
plan9_amd64 \
plan9_arm \
solaris_amd64 \
windows_386 \
windows_amd64 \
windows_arm ;
do
Expand Down
6 changes: 6 additions & 0 deletions ipinfo/build-all-platforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,27 @@ for t in \
darwin_amd64 \
darwin_arm64 \
dragonfly_amd64 \
freebsd_386 \
freebsd_amd64 \
freebsd_arm \
freebsd_arm64 \
linux_386 \
linux_amd64 \
linux_arm \
linux_arm64 \
netbsd_386 \
netbsd_amd64 \
netbsd_arm \
netbsd_arm64 \
openbsd_386 \
openbsd_amd64 \
openbsd_arm \
openbsd_arm64 \
plan9_386 \
plan9_amd64 \
plan9_arm \
solaris_amd64 \
windows_386 \
windows_amd64 \
windows_arm ;
do
Expand Down

0 comments on commit cfbc604

Please sign in to comment.