os/mac/utils/bottles: support ARM bottles.
This will be eventually needed for Big Sur.
This commit is contained in:
parent
176c85d42c
commit
b39a3ca02f
@ -6,7 +6,9 @@ module Utils
|
|||||||
undef tag
|
undef tag
|
||||||
|
|
||||||
def tag
|
def tag
|
||||||
MacOS.version.to_sym
|
tag = MacOS.version.to_sym
|
||||||
|
tag = "#{tag}_arm".to_sym if Hardware::CPU.arm?
|
||||||
|
tag
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user