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

arm64 variant? #1

Closed
codefromthecrypt opened this issue Oct 8, 2021 · 2 comments
Closed

arm64 variant? #1

codefromthecrypt opened this issue Oct 8, 2021 · 2 comments

Comments

@codefromthecrypt
Copy link

Wondering if you wouldn't mind publishing this as multi-platform, specifically for arm64

I wanted to use homebrew for arm64+linux but it seems no formulae do that yet https://github.com/Homebrew/homebrew-core/blob/master/Formula/osslsigncode.rb

@sebthom
Copy link
Member

sebthom commented Oct 17, 2021

I added arm64 builds. Please give it a try.

@codefromthecrypt
Copy link
Author

looks great!

using my toy project to validate...

$ car --platform linux/amd64 --strip-components 3 -xf vegardit/osslsigncode:latest usr/local/bin/osslsigncode

$ file osslsigncode
osslsigncode: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, stripped

$ car --platform linux/arm64 --strip-components 3 -xf vegardit/osslsigncode:latest usr/local/bin/osslsigncode

$ file osslsigncode
osslsigncode: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-aarch64.so.1, stripped

$ car --platform linux/amd64 --strip-components 3 -xf vegardit/osslsigncode:latest-debian usr/local/bin/osslsigncode

$ file osslsigncode
osslsigncode: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0e5b7b415696e7764d3452fb2c3f10467227e741, for GNU/Linux 3.2.0, stripped

$ car --platform linux/arm64 --strip-components 3 -xf vegardit/osslsigncode:latest-debian usr/local/bin/osslsigncode

$ file osslsigncode
osslsigncode: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b0ba6ff3bfcc51507ab0aae6599634ba26a3e46e, for GNU/Linux 3.7.0, stripped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants