mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
syncthing: build for aarch64
This commit is contained in:
parent
4ee9414e86
commit
000adcaf03
@ -43,6 +43,9 @@ configure_target() {
|
|||||||
x86_64)
|
x86_64)
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
export GOARCH=arm64
|
||||||
|
;;
|
||||||
arm)
|
arm)
|
||||||
export GOARCH=arm
|
export GOARCH=arm
|
||||||
case $TARGET_CPU in
|
case $TARGET_CPU in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user