Commit f4984498 authored by Tankred Hase's avatar Tankred Hase

Switch build arg order

parent c3e66f96
......@@ -10,7 +10,7 @@ if [ "$(uname)" == "Darwin" ]; then
else
# build binaries for windows
cd assets/bin/win32
env GOOS="windows" GOARCH="386" go build -v github.com/lightningnetwork/lnd
env GOOS="windows" GOARCH="386" go build -tags="experimental" -v github.com/lightningnetwork/lnd
env GOOS="windows" GOARCH="386" go build -v github.com/btcsuite/btcd
# build the packages using electron-builder on docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment