[PR #132] [MERGED] [core] Add Continuous Delivery Workflow for Linux arm64 #414

Closed
opened 2026-03-22 12:49:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/132
Author: @ricoberger
Created: 2/6/2024
Status: Merged
Merged: 2/10/2024
Merged by: @ricoberger

Base: mainHead: core-add-continuous-delivery-workflow-for-linux-arm64


📝 Commits (1)

  • a0b1384 [core] Add Continuous Delivery Workflow for Linux arm64

📊 Changes

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

View changed files

📝 .github/workflows/continuous-delivery.yaml (+75 -4)

📄 Description

Until now we had to manually build the app for Linux arm64 when we created a new release. Now we are using ubicloud and the ubicloud-standard-2-arm GitHub Action runner to build the app for Linux arm64.


🔄 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/feeddeck/feeddeck/pull/132 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/10/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-continuous-delivery-workflow-for-linux-arm64` --- ### 📝 Commits (1) - [`a0b1384`](https://github.com/feeddeck/feeddeck/commit/a0b13846fb5a8752670d0bc1068bdd797a57155d) [core] Add Continuous Delivery Workflow for Linux arm64 ### 📊 Changes **1 file changed** (+75 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+75 -4) </details> ### 📄 Description Until now we had to manually build the app for Linux arm64 when we created a new release. Now we are using ubicloud and the `ubicloud-standard-2-arm` GitHub Action runner to build the app for Linux arm64. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 12:49:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#414