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

Build bluepill and bp universal binary #570

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

larrytaowang
Copy link
Contributor

Currently we are building bluepill and bp binaries for x86_64 arch. We should build the universal binary.

With this PR now both binaries are universal

file build/Bluepill-v5.13.0-2-gf5211e8/bin/bluepill

build/Bluepill-v5.13.0-2-gf5211e8/bin/bluepill: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
build/Bluepill-v5.13.0-2-gf5211e8/bin/bluepill (for architecture x86_64):       Mach-O 64-bit executable x86_64
build/Bluepill-v5.13.0-2-gf5211e8/bin/bluepill (for architecture arm64):        Mach-O 64-bit executable arm64

file build/Bluepill-v5.13.0-2-gf5211e8/bin/bp

build/Bluepill-v5.13.0-2-gf5211e8/bin/bp: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
build/Bluepill-v5.13.0-2-gf5211e8/bin/bp (for architecture x86_64):     Mach-O 64-bit executable x86_64
build/Bluepill-v5.13.0-2-gf5211e8/bin/bp (for architecture arm64):      Mach-O 64-bit executable arm64

Signed-off-by: larrytaowang <tao.larry.wang@gmail.com>
Signed-off-by: larrytaowang <tao.larry.wang@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant