From 7560f61b71664204a143c023b8a7d02ad1b26244 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 14 Mar 2022 22:19:13 +0000 Subject: [PATCH] Meta: Add aarch64 to targets in ZSH autocomplete script --- Meta/ShellCompletions/zsh/_serenity | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/ShellCompletions/zsh/_serenity b/Meta/ShellCompletions/zsh/_serenity index 880fd29fb07..f25a48cd395 100644 --- a/Meta/ShellCompletions/zsh/_serenity +++ b/Meta/ShellCompletions/zsh/_serenity @@ -29,6 +29,7 @@ _serenity() { targets=( 'i686:Target i686 (default)' 'x86_64:Target x86_64' + 'aarch64:Target aarch64' 'lagom:Target host machine' )