-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Milestone
Description
This is a feature request and not a bug report.
I was trying to build zarplata/concourse-git-bitbucket-pr-resource image on arm64 platform but it requires a jq binary which is not available for the arm64 platform.
I have built the binary successfully by following below steps:
-
Cloned the package and ran git submodule update --init to get oniguruma and also installed libtool, autoconf make.
-
Ran autoreconf -fi and then ./configure --with-oniguruma=builtin.
-
Ran make -j8 and make check.
Do you have any plans to release binary for arm64?
It will be very helpful if the binary is released for arm64.
lmakarov, mar-galho, akowasch, dollhead, jaronschulz and 10 more