Skip to content

[BUG] Linux Alpine release missing #1885

@jacopocav-mollie

Description

@jacopocav-mollie

Describe the bug.

Following the install guide, I'm downloading the Alpine binaries using the command:

curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz

and then I'm extracting it with:

tar -xzf asyncapi-alpine.tar.gz

This results in this error:

tar: Error opening archive: Unrecognized archive format

Also, I don't see any asyncapi-alpine.tar.gz file in the releases, and if I try to download it from my browser at the same URL (https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz) I get a 404 Not Found response.

Expected behavior

Running

curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz
tar -xzf asyncapi-alpine.tar.gz

should result in the archive being downloaded and extracted in the current directory without errors.

Screenshots

Image

How to Reproduce

  1. Run curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz
  2. Run tar -xzf asyncapi-alpine.tar.gz

🖥️ Device Information [optional]

  • Operating System (OS): macOS 26
  • Browser: Google Chrome
  • Browser Version: 141

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

No, someone else can work on it

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions