Skip to content

feat(goreleaser): add loong64 build support for crane/gcrane/krane - #2358

Merged
Subserial merged 2 commits into
google:mainfrom
xuxiaowei-com-cn:xuxiaowei/issues/2357
Jul 24, 2026
Merged

Subserial merged 2 commits into
google:mainfrom
xuxiaowei-com-cn:xuxiaowei/issues/2357

Conversation

@xuxiaowei-com-cn

@xuxiaowei-com-cn xuxiaowei-com-cn commented Jun 28, 2026 •

Copy link
Copy Markdown
Contributor

Add the loong64 (LoongArch 64-bit) architecture as a build target in .goreleaser.yml for all three binaries to ensure consistent binary counts across platforms.

Go has supported linux/loong64 since Go 1.21.

#2357

Summary

Add the loong64 architecture build target for all three binaries (crane, gcrane, krane) in .goreleaser.yml.

Changes

Add - loong64 architecture to each of the three builds entries:

Binary goarch addition
crane loong64
gcrane loong64
krane loong64

Why all three are required

goreleaser requires the archive to have the same number of binaries for each platform. If loong64 were added to only one or two of the binaries, the release would fail with:

archive has different count of binaries for each platform, which may cause your users confusion.

This follows the same pattern as the ppc64le addition (#1680 → #1688) — it was first added to one binary (#1680), then completed across all binaries (#1688) after goreleaser detected the mismatch.

Verification

  • go tool dist list confirms Go supports linux/loong64
  • The goarch list in the goreleaser config matches across all other supported architectures (amd64, arm, arm64, 386, s390x, riscv64, ppc64le, loong64)
  • All three build entries have identical arch sets, ensuring consistent binary counts per (goos, goarch) combination

Add the loong64 (LoongArch 64-bit) architecture as a build target
in .goreleaser.yml for all three binaries to ensure consistent binary
counts across platforms.

Go has supported linux/loong64 since Go 1.21.
@google-cla

google-cla Bot commented Jun 28, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.11%. Comparing base (84412cd) to head (2c8996e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2358   +/-   ##
=======================================
  Coverage   57.11%   57.11%           
=======================================
  Files         166      166           
  Lines       11468    11468           
=======================================
  Hits         6550     6550           
  Misses       4141     4141           
  Partials      777      777           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Subserial
Subserial merged commit 9cd572f into google:main Jul 24, 2026
22 checks passed
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
crane 0.21.8

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>The artifacts attached to this release are missing SLSA provenance, see #2390.

## What's Changed
* build(deps): bump the go-deps group across 1 directory with 3 updates by @dependabot[bot] in google/go-containerregistry#2353
* build(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /cmd/krane by @dependabot[bot] in google/go-containerregistry#2367
* build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /pkg/authn/k8schain by @dependabot[bot] in google/go-containerregistry#2368
* build(deps): bump golang.org/x/net from 0.49.0 to 0.55.0 in /pkg/authn/kubernetes by @dependabot[bot] in google/go-containerregistry#2363
* build(deps): bump the go-deps group across 3 directories with 7 updates by @dependabot[bot] in google/go-containerregistry#2377
* build(deps): bump the actions group across 1 directory with 5 updates by @dependabot[bot] in google/go-containerregistry#2375
* Reject unsafe Windows archive paths in Extract by @Haihan-Jiang in google/go-containerregistry#2330
* feat(goreleaser): add loong64 build support for crane/gcrane/krane by @xuxiaowei-com-cn in google/go-containerregistry#2358
* Document tag and digest reference semantics by @Haihan-Jiang in google/go-containerregistry#2325
* remote: release pull limiter slot when body is read to EOF by @knQzx in google/go-containerregistry#2373
* tarball: bounds-check layer index in uncompressed LayerByDiffID by @arpitjain099 in google/go-containerregistry#2370
* authn: read Podman auth from XDG config by @vigneshakaviki in google/go-containerregistry#2379
* transport: per-host bearer token exchange on cross-host redirect by @amitzig in google/go-containerregistry#2360
* mutate: bounds-check layer index when building rebase addendums by @arpitjain099 in google/go-containerregistry#2371
* fix(daemon): copy ExposedPorts from source config in computeImageConfig by @x64vps in google/go-containerregistry#2356
* feat(remote): add WithReferrersTagFallback option by @kevinmdavis in google/go-containerregistry#2366
* mutate: apply opaque-directory whiteouts (.wh..wh..opq) in Extract by @sadmanf in google/go-containerregistry#2372
* tarball: use correct file extension for zstd/uncompressed by @milas in google/go-containerregistry#2382
* build(deps): bump github.com/moby/moby/client from 0.5.0 to 0.5.1 in the go-deps group across 1 directory by @dependabot[bot] in google/go-containerregistry#2380
* actions: update actions to be pinned by hash by @Subserial in google/go-containerregistry#2384
* Bump go version to 1.26.5 by @Subserial in google/go-containerregistry#2388

## New Contributors
* @xuxiaowei-com-cn made their first contribution in google/go-containerregistry#2358
* @knQzx made their first contribution in google/go-containerregistry#2373
* @arpitjain099 made their first contribution in google/go-containerregistry#2370
* @vigneshakaviki made their first contribution in google/go-containerregistry#2379
* @amitzig made their first contribution in google/go-containerregistry#2360
* @x64vps made their first contribution in google/go-containerregistry#2356
* @kevinmdavis made their first contribution in google/go-containerregistry#2366
* @sadmanf made their first contribution in google/go-containerregistry#2372

**Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.21.7...v0.21.8</pre>
  <p>View the full release notes at <a href="https://github.com/google/go-containerregistry/releases/tag/v0.21.8">https://github.com/google/go-containerregistry/releases/tag/v0.21.8</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!15552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants