Skip to content

Commit

Permalink
fix macos fn path isuse (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysun0815 authored Jul 11, 2023
1 parent cef7f28 commit 3d79449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3d79449

Please sign in to comment.