From 2f84b95025f20da2794b00758fc18d45d7b6377e Mon Sep 17 00:00:00 2001 From: Patrick Domack Date: Tue, 14 Feb 2023 16:08:14 -0500 Subject: [PATCH] Update makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 84990c9..ed5bdaa 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ all: buildx buildx: docker buildx build --pull --push \ + --platform linux/amd64,linux/arm64 \ --build-arg BUILD_GOOS=linux \ --build-arg BUILD_DATE=${BUILD_DATE} \ --build-arg BUILD_REF=${GIT_SHORT_SHA1} \