Skip to content

Commit

Permalink
fix windows application exe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysun0815 committed Jun 16, 2022
1 parent c4ebae6 commit 94a51fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
files: |
fn_linux
fn_macos
fn_windows
fn_windows.exe
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ 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_macos

build_musl_fn_win:
docker build -t musl_fn_win -f container/Dockerfile-fn-musl-windows .
docker run -d --rm --name fn_windows musl_fn_win
docker cp fn_windows:/volume/target/x86_64-pc-windows-gnu/release/fn fn_windows
docker cp fn_windows:/volume/target/x86_64-pc-windows-gnu/release/fn.exe fn_windows.exe

0 comments on commit 94a51fa

Please sign in to comment.