mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
062a91beed
The go list -deps closure is GOOS-specific, so the CREDITS generated on darwin (carrying go-m1cpu) could never match a Linux regeneration (ethtool, numcpus), and the check-gen guard failed on its first CI run. Generation now pins linux/amd64 with the release build tags, so the output is identical on every host. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>