Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed May 31, 2020
1 parent f2d1e1a commit a575bab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ zip pingtunnel_mips.zip pingtunnel

GOOS=windows GOARCH=386 go build
zip pingtunnel_windows32.zip pingtunnel.exe

GOOS=linux GOARCH=arm64 go build
zip pingtunnel_arm64.zip pingtunnel

0 comments on commit a575bab

Please sign in to comment.