From a1374268395c96b738778fcdc17f9c11a7176dc8 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 11 Mar 2025 13:08:36 +0100 Subject: [PATCH] feat: generate cask API for linux --- Library/Homebrew/cask/cask.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/cask.rb b/Library/Homebrew/cask/cask.rb index 2a787593c4..a612eb5f76 100644 --- a/Library/Homebrew/cask/cask.rb +++ b/Library/Homebrew/cask/cask.rb @@ -411,7 +411,7 @@ module Cask if @dsl.on_system_blocks_exist? begin - MacOSVersion::SYMBOLS.keys.product(OnSystem::ARCH_OPTIONS).each do |os, arch| + OnSystem::ALL_OS_ARCH_COMBINATIONS.each do |os, arch| bottle_tag = ::Utils::Bottles::Tag.new(system: os, arch:) next unless bottle_tag.valid_combination? next if depends_on.macos &&