ci: Compile tusd for arm64 (#461)
This commit is contained in:
parent
e85d630748
commit
56723a5ea6
|
@ -9,6 +9,7 @@ source "${__dir}/build_funcs.sh"
|
|||
compile linux 386
|
||||
compile linux amd64
|
||||
compile linux arm
|
||||
compile linux arm64
|
||||
compile darwin 386
|
||||
compile darwin amd64
|
||||
compile windows 386 .exe
|
||||
|
@ -17,8 +18,10 @@ compile windows amd64 .exe
|
|||
maketar linux 386
|
||||
maketar linux amd64
|
||||
maketar linux arm
|
||||
maketar linux arm64
|
||||
makezip darwin 386
|
||||
makezip darwin amd64
|
||||
makezip windows 386 .exe
|
||||
makezip windows amd64 .exe
|
||||
makedep amd64
|
||||
makedep arm64
|
||||
|
|
Loading…
Reference in New Issue