Skip to content

Cut a release to publish the linux/arm64 asset #75

Description

@antoinetoussaint-byte

The linux/arm64 goreleaser build has merged to main (#73), but the asset isn't published until a release is tagged — the release workflow runs goreleaser-cross on tag.

Action

Cut the next release so service-python_0.0.56_linux_arm64.tar.gz publishes:

gh release create v0.0.56 --repo codefly-dev/service-python --generate-notes

(current latest is v0.0.55; adjust the version to convention if needed.)

Verify

gh release view v0.0.56 --repo codefly-dev/service-python --json assets \
--jq '[.assets[].name | select(contains("linux_arm64"))]'

Expected: ["service-python_0.0.56_linux_arm64.tar.gz"]

Related

Multi-arch rollout: codefly-dev/core#346. After all six repos publish arm64, the cli catch-up is codefly-dev/cli#466.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions