Skip to content

Commit

Permalink
Add more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Mar 7, 2021
1 parent 409512b commit e266cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

TARGETS="linux-amd64 linux-arm64 linux-arm linux-386 darwin-amd64 windows-amd64"
STATIC_TARGETS="linux-amd64 linux-arm64 linux-arm linux-386"
TARGETS="linux-amd64 linux-arm64 linux-arm linux-386 linux-s390x linux-ppc64le darwin-amd64 darwin-arm64 windows-amd64"
STATIC_TARGETS="linux-amd64 linux-arm64 linux-arm linux-386 linux-s390x linux-ppc64le"
BUILD=`git rev-parse --short HEAD`
VERSION=`git describe --tags`
MAIN_GO="main.go"
Expand Down

0 comments on commit e266cf2

Please sign in to comment.