mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
syncthing: build for aarch64
This commit is contained in:
parent
6540c3cdab
commit
002d032333
@ -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