mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Update build script.
This commit is contained in:
parent
7d36c4e111
commit
0351c15097
6
build.sh
6
build.sh
@ -8,9 +8,7 @@ for os in ${OSLIST[*]}
|
|||||||
do
|
do
|
||||||
for arch in ${ARCHLIST[*]}
|
for arch in ${ARCHLIST[*]}
|
||||||
do
|
do
|
||||||
GOOS=$os
|
echo "Building $os / $arch"
|
||||||
GOARCH=$arch
|
GOOS=$os GOARCH=$arch go build -o "build/wakapi_${VERSION}_${os}_${arch}" "github.com/muety/wakapi"
|
||||||
echo "Building $GOOS / $GOARCH"
|
|
||||||
GOOS=$GOOS GOARCH=$GOARCH go build -o "build/wakapi_${VERSION}_${GOOS}_${GOARCH}" "github.com/muety/wakapi"
|
|
||||||
done
|
done
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user