From f8632bad82629d5a918fbb163d67ef8bca96724f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 26 May 2020 17:01:10 -0400 Subject: Fix builds on 32 bit arches Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8fcc6cd82..680c60589 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ifeq ($(shell go help mod >/dev/null 2>&1 && echo true), true) GO_BUILD=GO111MODULE=on $(GO) build -mod=vendor endif -BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay +BUILDTAGS_CROSS ?= ABISupport containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay ifneq (,$(findstring varlink,$(BUILDTAGS))) PODMAN_VARLINK_DEPENDENCIES = pkg/varlink/iopodman.go endif -- cgit v1.2.3-54-g00ecf