mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5441] chore: add arm runner to matrix-based docker build #5209
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5441
Author: @josephyi
Created: 10/3/2025
Status: 🔄 Open
Base:
next← Head:enable-ubuntu-arm-runner📝 Commits (3)
9634e6bchore: add arm runner to matrix-based docker build2999b8dchore: replace all instances oftwitter.comwithx.com(#5455)952ef13Merge branch 'next' into enable-ubuntu-arm-runner📊 Changes
5 files changed (+7 additions, -10 deletions)
View changed files
📝
.github/workflows/release-push-docker.yml(+3 -6)📝
README.md(+1 -1)📝
netlify.toml(+1 -1)📝
packages/hoppscotch-common/src/components/app/Share.vue(+1 -1)📝
packages/hoppscotch-common/src/services/spotlight/searchers/general.searcher.ts(+1 -1)📄 Description
Refactors matrix strategy to use Github's ARM Runner (free for open source) for the ARM build variant, which should dramatically improve the overall Docker build since it won't need emulation.
What's changed
runner: ubuntu-latestandrunner: ubuntu-24.04-armto the respective entries in the matrix strategy.runs-on:to use matrix strategy value.Notes to reviewers
The following can be removed in a separate PR once desired behavior is confirmed, or happy to do it as part of this PR if scope is reasonable:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.