added a dockerfile that builds on arm#60
added a dockerfile that builds on arm#60chadbrewbaker wants to merge 2 commits intoeurecom-s3:masterfrom
Conversation
|
Hi @chadbrewbaker, thanks for your PR! Really appreciated! I have a few questions:
|
|
I wrote/executed it on my aarch64 mac M1 with the latest docker and symcc. It built the sample C++ program and emitted about 8 traces, one of which found the flag - "root" was it? Sure, I can look at detecting the architecture and merging the two Docker files. llvm-10 toolchain worked fine. |
|
It would be great to make sure that Mac users can build the Docker image, but I agree with @aurelf that we should try to make our existing Dockerfile compatible with AArch64 Macs instead of adding another one. Sadly, I don't have a device to test on, and GitHub doesn't seem to provide hosted AArch64 CI runners yet. Let's see if we can find any volunteers to test on a Mac. Otherwise, I'm going to close the PR in a couple weeks or so. |
I created a docker file that builds on arm.