-
-
Notifications
You must be signed in to change notification settings - Fork 139
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(IxDay/mruby): add support for linux arm64 #32824
Conversation
This commit and release: IxDay/mruby@f2329d3 Add supports for linux arm64 architectures.
Thank you for your contribution! |
pkgs/IxDay/mruby/registry.yaml
Outdated
- darwin | ||
- windows | ||
- amd64 | ||
supported_envs: ["all"] |
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.
supported_envs: ["all"] |
Simply we can remove this if all platforms are supported.
Oh, I see. https://github.com/IxDay/mruby/releases/tag/3.2.0 ![]() In general, we need to configure version_overrides to support old versions. |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | patch | `v4.324.0` -> `v4.324.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.324.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.324.1) [Compare Source](aquaproj/aqua-registry@v4.324.0...v4.324.1) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.324.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.324.1) | aquaproj/aqua-registry@v4.324.0...v4.324.1 #### Fixes [#​32824](aquaproj/aqua-registry#32824) IxDay/mruby: Add support for linux arm64 [@​IxDay](https://github.com/IxDay) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Check List
Require signed commits
, so all commits must be signedcmdx s
to scaffold codeThis commit and release: IxDay/mruby@f2329d3 Add supports for linux arm64 architectures.