build failed: exit status 1: # github.com/1password/onepassword-sdk-go
.../onepassword-sdk-go@v0.4.1-beta.1/client_builder_no_cgo.go:7:10: undefined: ERROR_WithDesktopAppIntegration_requires_CGO_To_Cross_Compile_See_README_CGO_Section
target=linux_amd64_v1
google-readonly -> cli-common v0.2.1 -> byteness/keyring v1.9.3 -> onepassword-sdk-go v0.4.1-beta.1
Summary
google-readonlyrelease builds are failing in GoReleaser on the static Linux target.Recent red runs:
v1.0.56Release, 2026-05-28: https://github.com/open-cli-collective/google-readonly/actions/runs/26574627112v1.0.55Release, 2026-05-28: https://github.com/open-cli-collective/google-readonly/actions/runs/26546506927v1.0.53Release, 2026-05-26: https://github.com/open-cli-collective/google-readonly/actions/runs/26481742068The
v1.0.56failed job isgoreleaser; packaging jobs were skipped because the build never produced artifacts.Failure signature
The failing sub-build is
linux_amd64_v1from thegro-unix-winbuild (CGO_ENABLED=0).Log excerpt from the latest failed run:
Local repro:
Root cause
This is the same family-wide
cli-common/credstorebreak tracked in:Dependency chain:
Acceptance
growithCGO_ENABLED=0.goreleaser release --snapshot --cleanreaches archive/package generation instead of failing onlinux_amd64_v1.cli-common/byteness/keyringroot fix, not a per-repo Linux CGO workaround.