Skip to content

Require binary for ARM64 architecture #2275

@odidev

Description

@odidev

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions