[PR #4472] [MERGED] feat(ci): portable and installer build workflow for hoppscotch-agent #4818

Closed
opened 2026-03-17 02:19:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4472
Author: @CuriousCorrelation
Created: 10/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @AndrewBastin

Base: nextHead: ci/feat/agent-build-ci


📝 Commits (2)

  • 78a593d feat(ci): portable and installer build workflow for hoppscotch-agent
  • e1b3890 fix: workflow file name for search context

📊 Changes

2 files changed (+251 additions, -2 deletions)

View changed files

.github/workflows/build-hoppscotch-agent.yml (+249 -0)
📝 packages/hoppscotch-agent/src-tauri/Cargo.toml (+2 -2)

📄 Description

Build Pipeline for Hoppscotch Agent

This PR introduces GitHub Actions workflow for building and packaging Hoppscotch Agent across platforms. Closes HFE-636

Coverage

Cross-Platform Support

  • Windows: msi installer and portable executable
  • macOS: Universal builds (x64 + ARM64)
  • Linux: AppImage and deb packages

Build Matrix

  • windows-latest
  • macos-latest
  • ubuntu-22.04

Environment Setup

  • Node.js 20 + pnpm 9
  • Rust stable toolchain
  • Platform-specific build tools
  • Code signing certificates and credentials

🔄 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/hoppscotch/hoppscotch/pull/4472 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `ci/feat/agent-build-ci` --- ### 📝 Commits (2) - [`78a593d`](https://github.com/hoppscotch/hoppscotch/commit/78a593da23c480bcb52e701b868284123a0bbc1d) feat(ci): portable and installer build workflow for `hoppscotch-agent` - [`e1b3890`](https://github.com/hoppscotch/hoppscotch/commit/e1b3890629900ee6977a8590fca1a043dbe4ffbc) fix: workflow file name for search context ### 📊 Changes **2 files changed** (+251 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-hoppscotch-agent.yml` (+249 -0) 📝 `packages/hoppscotch-agent/src-tauri/Cargo.toml` (+2 -2) </details> ### 📄 Description # Build Pipeline for Hoppscotch Agent This PR introduces GitHub Actions workflow for building and packaging Hoppscotch Agent across platforms. Closes HFE-636 ## Coverage ### Cross-Platform Support - **Windows**: `msi` installer and portable executable - **macOS**: Universal builds (x64 + ARM64) - **Linux**: `AppImage` and `deb` packages ### Build Matrix - `windows-latest` - `macos-latest` - `ubuntu-22.04` ### Environment Setup - Node.js 20 + pnpm 9 - Rust stable toolchain - Platform-specific build tools - Code signing certificates and credentials --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:19:13 +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/hoppscotch#4818
No description provided.