Skip to content

Commit

Permalink
Merge pull request #659 from leocardao/mr/cardao/platform_db-knowledg…
Browse files Browse the repository at this point in the history
…e_base

platform_db: Add x86_64-windows64 host platform
  • Loading branch information
leocardao authored Dec 8, 2023
2 parents 581b7b5 + 911cb8f commit 767959d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/e3/platform_db/knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@
"x86_64-linux": {"os": "Linux", "cpu": "x86_64"},
"sparc-solaris": {"os": "SunOS", "cpu": "sparc"},
"x86-solaris": {"os": "SunOS", "cpu": "i386"},
"x86_64-windows64": {"os": "Windows", "cpu": "AMD64|amd64|x86_64"},
"x86-windows": {"os": "Windows", "cpu": None},
}

0 comments on commit 767959d

Please sign in to comment.