Meta: Remove i686 target

This commit is contained in:
Liav A 2022-10-04 02:48:37 +03:00 committed by Andreas Kling
commit 55f17fff36
Notes: sideshowbarker 2024-07-17 11:33:34 +09:00
16 changed files with 25 additions and 61 deletions

View file

@ -28,8 +28,7 @@ _serenity() {
local targets
targets=(
'i686:Target i686 (default)'
'x86_64:Target x86_64'
'x86_64:Target x86_64 (default)'
'aarch64:Target aarch64'
'lagom:Target host machine'
)