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,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…
Reference in New Issue
Block a user