[PR #1262] [MERGED] Add linux/arm/v7 and linux/arm/v6 building #1385

Closed
opened 2026-02-25 21:38:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1262
Author: @rodriguezny
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @rodriguezny

Base: masterHead: add-linux-arm-v7-and-v8


📝 Commits (1)

  • 4ff00cd Add linux/arm/v7 and linux/arm/v6 building

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Makefile (+1 -1)

📄 Description

Pullrequest

Add linux/arm/v7 and linux/arm/v7 building

Issues

Checklist

  • None

How2Test

  • Checkout the branch or tag you want to build the image for, then run the following command and after is completed, check your repository and then pull the image on your environment and test it using the docker-compose.yml available in the docker folder.
    docker buildx build . --platform linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ -t your_docker_id/cypht:tag_name -f docker/Dockerfile --push

Todo

  • None

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1262 **Author:** [@rodriguezny](https://github.com/rodriguezny) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@rodriguezny](https://github.com/rodriguezny) **Base:** `master` ← **Head:** `add-linux-arm-v7-and-v8` --- ### 📝 Commits (1) - [`4ff00cd`](https://github.com/cypht-org/cypht/commit/4ff00cd7abf6a11f26309a893b3c963d912f2288) Add linux/arm/v7 and linux/arm/v6 building ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) </details> ### 📄 Description ## Pullrequest Add linux/arm/v7 and linux/arm/v7 building ### Issues - fixes [https://github.com/cypht-org/cypht/issues/1175#issuecomment-2353088307](https://github.com/cypht-org/cypht/issues/1175#issuecomment-2353088307) ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [X] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> <!-- Maintainers will check the Tests - [ ] Test1 - [ ] Test2 --> - [X] Checkout the branch or tag you want to build the image for, then run the following command and after is completed, check your repository and then pull the image on your environment and test it using the docker-compose.yml available in the docker folder. `docker buildx build . --platform linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ -t your_docker_id/cypht:tag_name -f docker/Dockerfile --push` ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1385
No description provided.