-
-
Notifications
You must be signed in to change notification settings - Fork 11
feat: armv7 support #227
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
feat: armv7 support #227
Conversation
d5cd8b8 to
1850e87
Compare
1850e87 to
372e3e2
Compare
372e3e2 to
b033f91
Compare
b033f91 to
ff10225
Compare
|
Replaced the |
|
More about it vercel/next.js#30468 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces ARMv7 support to the project's CI/CD workflows. The changes update the platforms list in the release, pre-release, and CI workflow files.
- Added "linux/arm/v7" to the list of supported platforms in all workflow files.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Added linux/arm/v7 to the platforms list |
| .github/workflows/pre-release.yml | Added linux/arm/v7 to the platforms list |
| .github/workflows/ci.yml | Added linux/arm/v7 to the platforms list |
Files not reviewed (1)
- Dockerfile: Language not supported
|
🎉 This PR is included in version 4.8.0-develop.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 4.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
resolves #171