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