mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
make: remove arch darwin-386 that is unsupported by go 1.15
As of go version 1.15.x, the darwin-386 architecture is no longer supported. Because we use that go version on Travis to assert all architectures can be built successfully, we have to remove this architecture from the list.
This commit is contained in:
parent
9bd8784ae8
commit
30c2c0addc
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
VERSION_TAG = $(shell date +%Y%m%d)-01
|
||||
VERSION_CHECK = @$(call print, "Building master with date version tag")
|
||||
|
||||
BUILD_SYSTEM = darwin-386 \
|
||||
darwin-amd64 \
|
||||
BUILD_SYSTEM = darwin-amd64 \
|
||||
dragonfly-amd64 \
|
||||
freebsd-386 \
|
||||
freebsd-amd64 \
|
||||
|
|
Loading…
Add table
Reference in a new issue