mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
syncthing: build for aarch64
This commit is contained in:
@@ -43,6 +43,9 @@ configure_target() {
|
||||
x86_64)
|
||||
export GOARCH=amd64
|
||||
;;
|
||||
aarch64)
|
||||
export GOARCH=arm64
|
||||
;;
|
||||
arm)
|
||||
export GOARCH=arm
|
||||
case $TARGET_CPU in
|
||||
|
||||
Reference in New Issue
Block a user