Skip to content

Fix goreleaser deprecation warnings#1045

Open
pelletier wants to merge 1 commit intov2from
claude/fix-goreleaser-deprecations-6Qafn
Open

Fix goreleaser deprecation warnings#1045
pelletier wants to merge 1 commit intov2from
claude/fix-goreleaser-deprecations-6Qafn

Conversation

@pelletier
Copy link
Copy Markdown
Owner

Summary

  • archives.formatarchives.formats: Changed from a single string to a list, per deprecation notice
  • archives.buildsarchives.ids: Renamed for consistency with the rest of goreleaser, per deprecation notice
  • dockersdockers_v2: Migrated to the new consolidated docker config format, per deprecation notice. Updated Dockerfile to use TARGETPLATFORM build arg as required by the new format.

Test plan

  • Run goreleaser check to validate the config
  • Run a snapshot release (goreleaser release --snapshot --clean) to verify archives and docker build work correctly
  • Verify no deprecation warnings appear in output

https://claude.ai/code/session_01QqkHTjwoFvsNUXtQj3RaU8

- archives.format → archives.formats (now a list)
- archives.builds → archives.ids (renamed for consistency)
- dockers → dockers_v2 (new consolidated docker config)
- Update Dockerfile to use TARGETPLATFORM build arg

https://claude.ai/code/session_01QqkHTjwoFvsNUXtQj3RaU8
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.

2 participants