Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Syncer lambda is not downloading GitHub runner release into S3 bucket #1541

@npalm

Description

@npalm

Problem

The latest release of GitHub runners contains a lot more artifacts. The syncer Lambda is downloading the GitHub runner release based on a prefix with architecture and os. Per arch and os this leads now to mutliple matches wich cause the error "Cannot find GitHub release asset".

Work around

Download the latest GitHub release for the runner to the S3 bucket created by the module (Terraform). You can find the name of the bucket and object as part of the config of the Lambda. For example, via the AWS console or terraform resources. Look for S3_BUCKET_NAME and S3_OBJECT_KEY. The Lambda in the bucket also uses tags for the object, but the tags are not used by the install script which fetch the distribution from the bcket.

Fix

Release 0.27.2+ see also PR #1542

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions