mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
runc: add aarch64 support
This commit is contained in:
parent
5982d8fc66
commit
13b8d5923d
@ -48,6 +48,9 @@ pre_make_target() {
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
aarch64)
|
||||
export GOARCH=arm64
|
||||
;;
|
||||
esac
|
||||
|
||||
export GOOS=linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user