From 18771d30f4558811963eebc70f744e51e495768d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 25 Dec 2022 21:06:02 +0100 Subject: [PATCH] lanzaboote: add aarch64-unknown-efi target --- rust/uefi/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/uefi/rust-toolchain.toml b/rust/uefi/rust-toolchain.toml index 530928a..362afcd 100644 --- a/rust/uefi/rust-toolchain.toml +++ b/rust/uefi/rust-toolchain.toml @@ -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" ]