From 8401e0fa8de072a274ad341c09b511f0da452de0 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Mon, 1 Jan 2024 21:52:54 +0100 Subject: [PATCH] buildx should to build files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6685cb2..a570893 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,9 @@ build: clean ### builds the project for the setup os/arch combinations $(info: Make: Build) @goreleaser build --clean --snapshot +# Only used in CI, assumes the build process has already been run .PHONY: buildx -buildx: build +buildx: $(info: Make: Buildx) @bash scripts/buildx.sh