Commit e1ce7783 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add message for unsupported architectures as suggested by @jam7

parent 679ea3a4
......@@ -8,6 +8,10 @@ class Dmidecode < Package
source_sha256 'd766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0'
def self.build
case ARCH
when 'aarch64', 'armv7l'
abort "#{ARCH} architecture not supported.".lightred
end
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment