[PR #1317] [CLOSED] Add multiarch images support for frp #4355

Closed
opened 2026-05-05 14:40:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1317
Author: @jinmiaoluo
Created: 7/10/2019
Status: Closed

Base: masterHead: add-multiarch-images-support-for-frp


📝 Commits (2)

  • b33e7de chore: added seperated Dockerfile for client and server
  • a0c81a6 chore: added multiple architecture support

📊 Changes

7 files changed (+104 additions, -6 deletions)

View changed files

Dockerfile/frpc/Dockerfile.amd64 (+13 -0)
Dockerfile/frpc/Dockerfile.arm (+13 -0)
Dockerfile/frpc/Dockerfile.arm64 (+14 -0)
Dockerfile/frps/Dockerfile.amd64 (+14 -0)
Dockerfile/frps/Dockerfile.arm (+14 -0)
Dockerfile/frps/Dockerfile.arm64 (+14 -0)
📝 Makefile (+22 -6)

📄 Description

No description provided


🔄 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/fatedier/frp/pull/1317 **Author:** [@jinmiaoluo](https://github.com/jinmiaoluo) **Created:** 7/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-multiarch-images-support-for-frp` --- ### 📝 Commits (2) - [`b33e7de`](https://github.com/fatedier/frp/commit/b33e7deed324dacca3283dafd8850697abb51c9a) chore: added seperated Dockerfile for client and server - [`a0c81a6`](https://github.com/fatedier/frp/commit/a0c81a6e56bee466ddbae11c08af963eea2d3d5b) chore: added multiple architecture support ### 📊 Changes **7 files changed** (+104 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile/frpc/Dockerfile.amd64` (+13 -0) ➕ `Dockerfile/frpc/Dockerfile.arm` (+13 -0) ➕ `Dockerfile/frpc/Dockerfile.arm64` (+14 -0) ➕ `Dockerfile/frps/Dockerfile.amd64` (+14 -0) ➕ `Dockerfile/frps/Dockerfile.arm` (+14 -0) ➕ `Dockerfile/frps/Dockerfile.arm64` (+14 -0) 📝 `Makefile` (+22 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:40:30 -06: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: github-starred/frp#4355
No description provided.