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:
Oliver Gugger 2020-11-09 10:31:00 +01:00
parent 9bd8784ae8
commit 30c2c0addc
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -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 \