rebuild-jekyll-boards: Add x86/x86_64
This commit is contained in:
parent
9e8cda0d2f
commit
96d6719b6e
|
|
@ -6,6 +6,8 @@ chips = {}
|
|||
isa_to_arch = {
|
||||
"armv7": "armhf",
|
||||
"armv8": "arm64",
|
||||
"x86": "i386",
|
||||
"x86-64": "amd64",
|
||||
}
|
||||
with open("chips.csv") as csvfile:
|
||||
chipsf = csv.reader(csvfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue