Can you add the ARM binary?
See original GitHub issueHi, 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:
- Created 6 years ago
- Comments:19 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
lol