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

ci: added loongarch64 build #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarsDoge
Copy link

No description provided.

@achannarasappa
Copy link
Owner

Thanks for this contribution! The GOARCH value should be loong64 - as is, the release will fail (you can test locally with goreleaser release --snapshot --clean). There's also an issue with upx which comes up after setting the correct GOARCH: UnknownExecutableFormatException.

I'll have another look later to add support for this CPU architecture but I'd suggest double checking the build/release works locally if you'd like to continue to pursue this PR.

@MarsDoge
Copy link
Author

MarsDoge commented Jan 8, 2025

@achannarasappa You are right, goarch should be loong64, I have corrected it.
But the execution result of goreleaser release --snapshot --clean seems to have a problem :

• only configurations files on version: 2 are supported, yours is version: 0 , please update your configuration
⨯ release failed after 0s error=only configurations files on version: 2 are supported, yours is version: 0 , please update your configuration

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