mirror of
https://github.com/lightninglabs/loop
synced 2024-11-11 13:11:12 +00:00
Merge pull request #606 from bhandras/remove-win-386
build: deprecate windows 386 from the release
This commit is contained in:
commit
88efd0e8ef
@ -73,7 +73,7 @@ cd $MAINDIR
|
|||||||
|
|
||||||
# If LOOPBUILDSYS is set the default list is ignored. Useful to release
|
# If LOOPBUILDSYS is set the default list is ignored. Useful to release
|
||||||
# for a subset of systems/architectures.
|
# for a subset of systems/architectures.
|
||||||
SYS=${LOOPBUILDSYS:-"windows-386 windows-amd64 openbsd-386 openbsd-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 dragonfly-amd64 freebsd-386 freebsd-amd64 freebsd-arm netbsd-386 netbsd-amd64 linux-mips64 linux-mips64le linux-ppc64"}
|
SYS=${LOOPBUILDSYS:-"windows-amd64 openbsd-386 openbsd-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 dragonfly-amd64 freebsd-386 freebsd-amd64 freebsd-arm netbsd-386 netbsd-amd64 linux-mips64 linux-mips64le linux-ppc64"}
|
||||||
|
|
||||||
# Use the first element of $GOPATH in the case where GOPATH is a list
|
# Use the first element of $GOPATH in the case where GOPATH is a list
|
||||||
# (something that is totally allowed).
|
# (something that is totally allowed).
|
||||||
|
Loading…
Reference in New Issue
Block a user