Skip to content

Commit

Permalink
修正编译程序中的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lwch committed Aug 20, 2021
1 parent 78e7632 commit 2ba72e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ var targets = []target{
// netbsd
{"netbsd", "386", "", ".tar.gz"},
{"netbsd", "amd64", "", ".tar.gz"},
{"linux", "arm", "", ".tar.gz"},
{"linux", "arm64", "", ".tar.gz"},
{"netbsd", "arm", "", ".tar.gz"},
{"netbsd", "arm64", "", ".tar.gz"},
// openbsd
{"openbsd", "386", "", ".tar.gz"},
{"openbsd", "amd64", "", ".tar.gz"},
{"linux", "arm", "", ".tar.gz"},
{"linux", "arm64", "", ".tar.gz"},
{"openbsd", "arm", "", ".tar.gz"},
{"openbsd", "arm64", "", ".tar.gz"},
// windows
{"windows", "386", ".exe", ".zip"},
{"windows", "amd64", ".exe", ".zip"},
Expand Down

0 comments on commit 2ba72e0

Please sign in to comment.