Skip to content

set maxMatchedFileSize as int64 for 32-bit compilation - #18

Open
amenocal wants to merge 1 commit into
mainfrom
amenocal-probable-spork
Open

set maxMatchedFileSize as int64 for 32-bit compilation#18
amenocal wants to merge 1 commit into
mainfrom
amenocal-probable-spork

Conversation

@amenocal

@amenocal amenocal commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Description

This pull request makes a small change to the pkg/archive/stream.go file to explicitly specify the type of the maxMatchedFileSize constant as int64. This helps with cross-compiles for 32-bit targets (386, arm) where Go's int is 32 bits (max 2147483647)

failed run: https://github.com/mona-actions/gh-commit-remap/actions/runs/28826036404

Checklist

  • I have added the appropriate label to this PR according to the type of change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests

Additional Context

Add any other context or screenshots about the pull request here.

@amenocal amenocal added the bug Something isn't working label Jul 7, 2026
@amenocal
amenocal requested a review from pmartindev July 7, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant