Skip to content

Support ARM-powered workers #272

@LesnyRumcajs

Description

@LesnyRumcajs

Currently, the x86-64 is hardcoded:

lychee-action/action.yml

Lines 68 to 72 in f796c8b

if [[ "${LYCHEE_VERSION}" =~ ^v0\.0|^v0\.1[0-5]\. ]]; then
FILENAME="lychee-${LYCHEE_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
DOWNLOAD_URL="https://github.com/lycheeverse/lychee/releases/download/${LYCHEE_VERSION}/${FILENAME}"
else
FILENAME="lychee-x86_64-unknown-linux-gnu.tar.gz"

It'd be great to add support for ARM-based workers (which are cheaper).

ARM binaries are already available https://github.com/lycheeverse/lychee/releases

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions