lanzaboote: add aarch64-unknown-efi target

This commit is contained in:
Raito Bezarius 2022-12-25 21:06:02 +01:00 committed by nikstur
parent 7f92dd1e7b
commit 18771d30f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.70.0"
components = [ "rust-src" ]
targets = [ "x86_64-unknown-uefi" ]
targets = [ "x86_64-unknown-uefi", "aarch64-unknown-uefi" ]