Skip to content
Snippets Groups Projects
Commit ebf9880a authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add support for arm64

parent 68ea5620
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ try:
SYS_BPF = {
"armv7l": 386,
"x86_64": 321,
"aarch64": 280,
}[machine()]
except KeyError:
print("Unknown platform:", machine())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment