You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.