lanzaboote: add aarch64-unknown-efi target
This commit is contained in:
parent
7f92dd1e7b
commit
18771d30f4
|
@ -1,4 +1,4 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.70.0"
|
channel = "1.70.0"
|
||||||
components = [ "rust-src" ]
|
components = [ "rust-src" ]
|
||||||
targets = [ "x86_64-unknown-uefi" ]
|
targets = [ "x86_64-unknown-uefi", "aarch64-unknown-uefi" ]
|
||||||
|
|
Loading…
Reference in New Issue