Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 Compatibility #3

Open
humandecoded opened this issue Aug 1, 2023 · 5 comments
Open

M1 Compatibility #3

humandecoded opened this issue Aug 1, 2023 · 5 comments
Assignees
Labels
feature-request Something you'd like it to do

Comments

@humandecoded
Copy link
Collaborator

Currently, the build process is only tested on Intel arch. Can it work if we run it on M1 macs?

@humandecoded humandecoded added the feature-request Something you'd like it to do label Aug 1, 2023
@humandecoded humandecoded self-assigned this Aug 1, 2023
@mmuyskens
Copy link

One potential issue is that debos appears to either not support ARM64 arch, or at minimum, is a bit hackey to get running.

go-debos/debos#386

@humandecoded
Copy link
Collaborator Author

Yeah. I seem to remember that from the last time I looked in to this. Might be worth looking at the Kali builds and see how they are doing it...(a few moments later)...Looks like they only offer VM builds for Intel but offer installer ISOs for M1 mac. So may just have to update our current M1 build repo to mirror the functionality of this one. Shouldn't be too hard once we get this one where we want it

@xFreed0m
Copy link
Collaborator

xFreed0m commented Aug 2, 2023

They have Kali for ARM, maybe we can have another repo just for ARM? we will customize our script accordingly as well as the build processes

@humandecoded
Copy link
Collaborator Author

They have Kali for ARM, maybe we can have another repo just for ARM? we will customize our script accordingly as well as the build processes

I think is what we'll end up doing. We've been able to do arm builds previously
https://github.com/tracelabs/Trace-Labs-VM-M1-Mac-Build
but don't think we're able to do that with this workflow

@humandecoded
Copy link
Collaborator Author

M1 builds are currently live over at https://github.com/tracelabs/Trace-Labs-VM-M1-Mac-Build
The best option we have now is to generate an ISO and install from there. We could go through the process of exporting a VMware compatible image but that would put us right back where we were with the original repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Something you'd like it to do
Projects
None yet
Development

No branches or pull requests

3 participants