Skip to content

Conversation

@RaunoT
Copy link
Owner

@RaunoT RaunoT commented Aug 14, 2024

resolves #171

@RaunoT RaunoT self-assigned this Aug 14, 2024
@RaunoT RaunoT force-pushed the feat/armv7-support branch 3 times, most recently from d5cd8b8 to 1850e87 Compare August 16, 2024 20:22
@RaunoT RaunoT force-pushed the feat/armv7-support branch from 1850e87 to 372e3e2 Compare August 26, 2024 11:56
@RaunoT RaunoT marked this pull request as draft September 30, 2024 06:58
@RaunoT RaunoT added the never-stale Will not be marked as stale label Oct 7, 2024
@RaunoT RaunoT marked this pull request as ready for review December 4, 2024 15:38
@RaunoT
Copy link
Owner Author

RaunoT commented Dec 4, 2024

Replaced the alpine image with slim, but now running into this issue vercel/next.js#58483 with missing @next/swc-linux-arm-gnueabihf throwing errors. The latest published was for Next.js 13.2.4 https://www.npmjs.com/package/@next/swc-linux-arm-gnueabihf?activeTab=versions

@RaunoT
Copy link
Owner Author

RaunoT commented Dec 4, 2024

More about it vercel/next.js#30468

@RaunoT RaunoT marked this pull request as draft December 4, 2024 16:54
@RaunoT RaunoT changed the title feat: enable support for ARMv7 devices feat: armv7 support Mar 25, 2025
@RaunoT RaunoT marked this pull request as ready for review April 20, 2025 10:35
Copilot AI review requested due to automatic review settings April 20, 2025 10:35
Copy link

Copilot AI left a 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

@RaunoT RaunoT mentioned this pull request Apr 20, 2025
@RaunoT RaunoT merged commit ddf8b40 into develop Apr 20, 2025
2 checks passed
@RaunoT RaunoT deleted the feat/armv7-support branch April 20, 2025 15:45
@github-actions
Copy link

🎉 This PR is included in version 4.8.0-develop.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released on @develop Released on develop channel label Apr 20, 2025
@RaunoT
Copy link
Owner Author

RaunoT commented Apr 21, 2025

🎉 This PR is included in version 4.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@RaunoT RaunoT added the released Released on latest channel label Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

never-stale Will not be marked as stale released on @develop Released on develop channel released Released on latest channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for ARMv7

2 participants