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

Add support for MIPS devices #60

Merged
merged 2 commits into from
Jul 1, 2023
Merged

Add support for MIPS devices #60

merged 2 commits into from
Jul 1, 2023

Conversation

lars18th
Copy link
Contributor

Generate binaries for mips and mipsle architectures. Tested with OpenWRT devices.

Generate binaries for mips and mipsle architectures.
Tested with OpenWRT devices.
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7bc2faa) 58.02% compared to head (2f1029c) 58.02%.

❗ Current head 2f1029c differs from pull request most recent head e434972. Consider uploading reports for the commit e434972 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   58.02%   58.02%           
=======================================
  Files          17       17           
  Lines        1165     1165           
=======================================
  Hits          676      676           
  Misses        436      436           
  Partials       53       53           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

build.sh Outdated
GOOS=windows GOARCH=amd64 build

GOOS=linux GOMIPS=softfloat GOARCH=mips build
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you keep the order here? Please put the relevant GOOS=linux close to each other. Thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@ferama ferama merged commit af1bc6f into ferama:main Jul 1, 2023
@lars18th lars18th deleted the arch branch July 1, 2023 19:09
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