From c3e37d5885b15d1c300b5456f1d84ff551d9f440 Mon Sep 17 00:00:00 2001 From: Justin Alvarez Date: Fri, 12 Jul 2024 10:49:34 -0400 Subject: [PATCH] add --arch $(ARCH) to windows makefile Signed-off-by: Justin Alvarez --- Makefile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.windows b/Makefile.windows index 2b80fa0..db045d2 100644 --- a/Makefile.windows +++ b/Makefile.windows @@ -27,7 +27,7 @@ install.dependencies: install.rootfs install.lima install.rootfs: $(ROOTFS_OUTPUT_DIR)/$(FINCH_ROOTFS_BASENAME) $(ROOTFS_OUTPUT_DIR)/$(FINCH_ROOTFS_BASENAME): $(ROOTFS_OUTPUT_DIR) $(CURDIR)/deps/rootfs.conf - bash deps/install.sh --output $@ $(CURDIR)/deps/rootfs.conf + bash deps/install.sh --arch $(ARCH) --output $@ $(CURDIR)/deps/rootfs.conf .PHONY: install.lima install.lima: lima-exe install.lima-dependencies-wsl2