From 3d79449d1d674d387a7803420083738685617cc2 Mon Sep 17 00:00:00 2001 From: Jimmy Sun <75454104+jimmysun0815@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:34:09 -0700 Subject: [PATCH] fix macos fn path isuse (#990) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95f404a22..3b3563d73 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ build_musl_fn_macos_base: build_musl_fn_macos: docker build -t musl_fn_macos -f container/Dockerfile-fn-musl-macos . docker run -d --rm --name fn_macos musl_fn_macos - docker cp fn_macos:/volume/target/x86_64-apple-darwin/release/fn fn + docker cp fn_macos:/platform/target/x86_64-apple-darwin/release/fn fn tar -czvf fn_macos.tar.gz fn rm fn