question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can you add the ARM binary?

See original GitHub issue

Hi, everyone. Been using the dumb-init on some arm devices for a couple of GitLab Runners i built for ARM, but i’m facing a “problem”, thing is i have to compile it within the build process each time i update the GitLab image to a new runner version and been wondering if you can add the arm binary to your v1.2.0 files release, so i just have to curl / wget it when building the image instead of compiling it which ends being a heavy image.

In case you dont have an arm device, I compiled dumb-init on a RPi3 i have, the binary is here: dumb-init_1.2.0_armhf

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
chriskuehlcommented, Nov 29, 2019

Thanks @hrw @asottile! PR merged and there are now arm64 builds uploaded at:

I’ve also uploaded these under the GitHub releases tab for 1.2.2.

1reaction
asottilecommented, Feb 8, 2020

lol

Read more comments on GitHub >

github_iconTop Results From Across the Web

ARM: Include a Binary Image into an Application
The ARM C compiler does not provide a direct way to include binary data, but there are free utilities which can convert a...
Read more >
Way to insert bit into Binary number in ARM Assembly ...
Is there any way that i can make it: 10100111 (i insert 2 " 0 " into the original number) by directly adding...
Read more >
Where i can get arm binary - getting started
Firstly this suggestion is timebomb because in whitepaper i see storjlabs want to implement binary check, that writeoff custom builds. Next code ...
Read more >
Is it possible to run x86 executable on ARM?
Yes and no. Yes you can run x86-64 binaries on arm64. The speed that this would run at might not be useful for...
Read more >
Running Arm Binaries on x86 with QEMU-User
To compile the code as a static executable, we can use aarch64-linux-gnu-gcc with the -static flag. azeria@ubuntu:~$ aarch64-linux-gnu-gcc - ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found