ci: Compile tusd for arm64 (#461)

This commit is contained in:
Ole-Martin Bratteng 2021-03-11 18:20:14 +01:00 committed by GitHub
parent e85d630748
commit 56723a5ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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