Fix: Enhance asset filtering with dry run support and update platform architecture patterns

This commit is contained in:
2026-04-07 06:55:24 +02:00
parent d2f1cb9c1a
commit e7e7ee53f6
3 changed files with 22 additions and 9 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ export const systemPatterns: Record<string, string> = {
};
export const archPatterns: Record<string, string> = {
x64: '(x86_64|x64|amd64)',
arm64: '(aarch64|arm64)'
x64: '(x86_64|x64|amd64|universal)',
arm64: '(aarch64|arm64|universal)'
};
export function getPlatformInfo(overrides?: PlatformOverrides): PlatformInfo {