Skip to content

Commit

Permalink
fix: rm linux32 assets in aarch64/arm64 gh-r regex (#414)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster authored Nov 6, 2022
1 parent fcd2aa6 commit 529aa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,8 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
local -A matchstr
# Logical grouping of $CPUTYPE & $OSTYPE
matchstr=(
aarch64 '(arm64|aarch64|arm[?v]8)'
arm64 '(arm64|aarch64|arm[?v]8)'
aarch64 '(arm64|aarch64|arm[?v]8|)*~*(linux32)*'
arm64 '(arm64|aarch64|arm[?v]8|)*~*(linux32)*'
armv5 'arm[?v]5'
armv6 'arm[?v]6'
armv7 'armv[?v]7'
Expand Down

0 comments on commit 529aa20

Please # to comment.