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.
The
linux/arm64goreleaser build has merged tomain(#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.gzpublishes:(current latest is v0.0.55; adjust the version to convention if needed.)
Verify
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.