Skip to content

Commit

Permalink
feat: add support for more os and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
irainia committed Feb 25, 2022
1 parent aad8d8f commit 4f87f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="valor"
dir_output="dist"
os_list=("darwin" "linux")
arch_list=("amd64")
os_list=("darwin" "linux" "windows")
arch_list=("amd64" "arm64")
if [ -z ${tag} ]
then
tag="latest"
Expand Down

0 comments on commit 4f87f21

Please sign in to comment.