rebuild-jekyll-boards: Add x86/x86_64

This commit is contained in:
Johan Gunnarsson 2021-08-06 21:38:20 +02:00
parent 9e8cda0d2f
commit 96d6719b6e
1 changed files with 2 additions and 0 deletions

View File

@ -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)