Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for different GOARCHs #41

Merged
merged 1 commit into from
Dec 25, 2020
Merged

Fix for different GOARCHs #41

merged 1 commit into from
Dec 25, 2020

Conversation

CalebQ42
Copy link
Contributor

I was having an issue with probonopd/go-appimage not building via TravisCI, particularly with GOARCH=386.

@otiai10
Copy link
Owner

otiai10 commented Dec 23, 2020

Thanks a lot.
Can I see exact error message you had?

@otiai10 otiai10 self-requested a review December 23, 2020 23:18
@otiai10 otiai10 self-assigned this Dec 23, 2020
@CalebQ42
Copy link
Contributor Author

We were getting this on all TravisCI checks when it got to building it for 386 and arm6.

github.com/otiai10/copy
# github.com/otiai10/copy
github.com/otiai10/copy/stat_times.go:17:29: cannot use stat.Atim.Sec (type int32) as type int64 in argument to time.Unix
github.com/otiai10/copy/stat_times.go:17:44: cannot use stat.Atim.Nsec (type int32) as type int64 in argument to time.Unix
github.com/otiai10/copy/stat_times.go:18:29: cannot use stat.Ctim.Sec (type int32) as type int64 in argument to time.Unix
github.com/otiai10/copy/stat_times.go:18:44: cannot use stat.Ctim.Nsec (type int32) as type int64 in argument to time.Unix

@otiai10 otiai10 merged commit 252e94b into otiai10:main Dec 25, 2020
@otiai10
Copy link
Owner

otiai10 commented Dec 25, 2020

Shipped as v1.4.1, 👍
Thank you!

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